File tree 4 files changed +4
-4
lines changed
example/android/app/src/main/java/com/example/reactnativefileaccess
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.alpha0010" >
2
+ package =" com.alpha0010.fs " >
3
3
4
4
</manifest >
Original file line number Diff line number Diff line change 1
- package com.alpha0010
1
+ package com.alpha0010.fs
2
2
3
3
import android.content.ContentValues
4
4
import android.os.Environment
Original file line number Diff line number Diff line change 1
- package com.alpha0010
1
+ package com.alpha0010.fs
2
2
3
3
import com.facebook.react.ReactPackage
4
4
import com.facebook.react.bridge.NativeModule
Original file line number Diff line number Diff line change 3
3
import android .app .Application ;
4
4
import android .content .Context ;
5
5
6
- import com .alpha0010 .FileAccessPackage ;
6
+ import com .alpha0010 .fs . FileAccessPackage ;
7
7
import com .facebook .react .PackageList ;
8
8
import com .facebook .react .ReactApplication ;
9
9
import com .facebook .react .ReactInstanceManager ;
You can’t perform that action at this time.
0 commit comments