Skip to content

Commit 5085628

Browse files
committed
fix: make compatible with RN 0.47
BREAKING CHANGE: will not work for RN 0.46 and lower
1 parent 061ef48 commit 5085628

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

android/src/main/java/ca/jaysoo/activityandroid/ActivityAndroidPackage.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
2424
);
2525
}
2626

27-
@Override
28-
public List<Class<? extends JavaScriptModule>> createJSModules() {
29-
return Collections.emptyList();
30-
}
31-
3227
@Override
3328
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
3429
return Arrays.asList();

0 commit comments

Comments
 (0)