Skip to content

Commit 7c36407

Browse files
author
Shinya Kumagai
authored
Merge pull request #12 from apprennet/fix-for-rn-0.47
Remove createJSModules @OverRide - RN 0.47 compatibility
2 parents 48cf70f + be9027d commit 7c36407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/github/droibit/android/reactnative/customtabs/CustomTabsPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1616
return Collections.<NativeModule>singletonList(new CustomTabsModule(reactContext));
1717
}
1818

19-
@Override
19+
// Deprecated RN 0.47
2020
public List<Class<? extends JavaScriptModule>> createJSModules() {
2121
return Collections.emptyList();
2222
}

0 commit comments

Comments
 (0)