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 1d09278 commit 7daa7b9Copy full SHA for 7daa7b9
lib/android/src/main/java/com/wix/interactable/Interactable.java
@@ -16,7 +16,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
16
return Collections.emptyList();
17
}
18
19
- @Override
+ // Deprecated RN 0.47
20
public List<Class<? extends JavaScriptModule>> createJSModules() {
21
22
0 commit comments