File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
android/src/main/java/com/benwixen/rnfilesystem Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,8 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
15
15
return Collections .<NativeModule >singletonList (new RNFileSystem (reactContext ));
16
16
}
17
17
18
- @ Override
19
- public List <Class <? extends JavaScriptModule >> createJSModules () {
20
- return Collections .emptyList ();
21
- }
22
-
23
18
@ Override
24
19
public List <ViewManager > createViewManagers (ReactApplicationContext reactContext ) {
25
20
return Collections .emptyList ();
26
21
}
27
- }
22
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " react-native-filesystem" ,
3
3
"description" : " Simple file system API for iOS & Android." ,
4
4
"author" :
" Ben Wixen <[email protected] >" ,
5
- "version" : " 0.1 .0" ,
5
+ "version" : " 0.2 .0" ,
6
6
"main" : " modules/FileSystem.js" ,
7
7
"scripts" : {
8
8
"test" : " echo \" Error: no test specified\" && exit 1"
20
20
],
21
21
"peerDependencies" : {
22
22
"react" : " >=15.3.1" ,
23
- "react-native" : " >=0.34 "
23
+ "react-native" : " >=0.47 "
24
24
},
25
25
"license" : " Apache-2.0" ,
26
26
"rnpm" : {
You can’t perform that action at this time.
0 commit comments