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 2070fa3 + a793d5e commit 0a4d492Copy full SHA for 0a4d492
android/src/main/java/com/ianlin/RNCarrierInfo/RNCarrierInfoPackage.java
@@ -19,11 +19,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
19
return modules;
20
}
21
22
- // Deprecate RN 0.47
23
- public List<Class<? extends JavaScriptModule>> createJSModules() {
24
- return Collections.emptyList();
25
- }
26
-
27
@Override
28
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
29
return Collections.emptyList();
0 commit comments