Skip to content

Commit c477da9

Browse files
author
Lucas de castro
committed
Bugfix
1 parent 2c89dc9 commit c477da9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/src/main/java/com/gcrabtree/rctsocketio/SocketIoReadableNativeMap.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
public class SocketIoReadableNativeMap extends ReadableNativeMap {
1717
private static final String TAG = "SIOReadableNativeMap";
18+
19+
protected SocketIoReadableNativeMap(HybridData hybridData) {
20+
super(hybridData);
21+
}
22+
1823
/**
1924
* Note: This will only be necessary until RN version 0.26 goes live
2025
* It will be deprecated from the project, as this is just included in that version of RN.

0 commit comments

Comments
 (0)