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.
2 parents 0387004 + e1949a0 commit b3fe6c0Copy full SHA for b3fe6c0
android/src/main/java/com/sbugert/rnadmob/RNAdMobPackage.java
@@ -21,7 +21,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
21
);
22
}
23
24
- @Override
+ // Deprecated from RN 0.47.0
25
public List<Class<? extends JavaScriptModule>> createJSModules() {
26
return Collections.emptyList();
27
0 commit comments