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 48cf70f + be9027d commit 7c36407Copy full SHA for 7c36407
android/src/main/java/com/github/droibit/android/reactnative/customtabs/CustomTabsPackage.java
@@ -16,7 +16,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
16
return Collections.<NativeModule>singletonList(new CustomTabsModule(reactContext));
17
}
18
19
- @Override
+ // Deprecated RN 0.47
20
public List<Class<? extends JavaScriptModule>> createJSModules() {
21
return Collections.emptyList();
22
0 commit comments