Skip to content

Commit 7c1963c

Browse files
committed
Merge branch 'patch-1' of git://github.com/Buthrakaur/react-native-fs into Buthrakaur-patch-1
* 'patch-1' of git://github.com/Buthrakaur/react-native-fs: removed createJSModules method (RN 0.47 breaking change)
2 parents 89abc60 + fc4b493 commit 7c1963c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

android/src/main/java/com/rnfs/RNFSPackage.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1717
return modules;
1818
}
1919

20-
@Override
21-
public List<Class<? extends JavaScriptModule>> createJSModules() {
22-
return Collections.emptyList();
23-
}
24-
2520
@Override
2621
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
2722
return Arrays.<ViewManager>asList();

0 commit comments

Comments
 (0)