Skip to content

Commit 7daa7b9

Browse files
radko93rotemmiz
authored andcommitted
Remove createJSModules @OverRide - RN 0.47 compatibility (#131)
* Remove depreciated createJSModules @OverRide marker * Fix typo in comment
1 parent 1d09278 commit 7daa7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android/src/main/java/com/wix/interactable/Interactable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1616
return Collections.emptyList();
1717
}
1818

19-
@Override
19+
// Deprecated RN 0.47
2020
public List<Class<? extends JavaScriptModule>> createJSModules() {
2121
return Collections.emptyList();
2222
}

0 commit comments

Comments
 (0)