We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c89dc9 commit c477da9Copy full SHA for c477da9
android/src/main/java/com/gcrabtree/rctsocketio/SocketIoReadableNativeMap.java
@@ -15,6 +15,11 @@
15
16
public class SocketIoReadableNativeMap extends ReadableNativeMap {
17
private static final String TAG = "SIOReadableNativeMap";
18
+
19
+ protected SocketIoReadableNativeMap(HybridData hybridData) {
20
+ super(hybridData);
21
+ }
22
23
/**
24
* Note: This will only be necessary until RN version 0.26 goes live
25
* It will be deprecated from the project, as this is just included in that version of RN.
0 commit comments