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 e5ca509 commit 71b87a7Copy full SHA for 71b87a7
android/src/main/java/com/adjust/sdk/AdjustPackage.java
@@ -27,6 +27,11 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
27
);
28
}
29
30
+ // Deprecated RN 0.47
31
+ public List<Class<? extends JavaScriptModule>> createJSModules() {
32
+ return Collections.emptyList();
33
+ }
34
+
35
@Override
36
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
37
return Arrays.<ViewManager>asList();
0 commit comments