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 00c8af1 + 29f748b commit 7e41276Copy full SHA for 7e41276
android/src/main/java/com/zxcpoiu/incallmanager/InCallManagerPackage.java
@@ -16,7 +16,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
16
return Collections.<NativeModule>singletonList(new InCallManagerModule(reactContext));
17
}
18
19
- @Override
+ // Deprecated RN 0.47
20
public List<Class<? extends JavaScriptModule>> createJSModules() {
21
return Collections.emptyList();
22
0 commit comments