File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
If your any reason you don want to link this project using 'react-native link', go to settings.gradle and add
3
3
```
4
4
include ':react-native-image-resizer'
5
- project(':react-native-image-resizer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-resizer/android')
5
+ project(':react-native-image-resizer').projectDir = new File(rootProject.projectDir, '../node_modules/@bam.tech/ react-native-image-resizer/android')
6
6
```
7
7
8
8
Add project to your ` app/build.gradle ` file
@@ -16,7 +16,7 @@ dependencies {
16
16
17
17
import it at the top of your ` MainApplication.java ` file
18
18
```
19
- import fr.bamlab.rnimageresizer .ImageResizerPackage;
19
+ import com.reactnativeimageresizer .ImageResizerPackage;
20
20
```
21
21
22
22
then go the file that you build the ReactInstance and add the packager to it.
You can’t perform that action at this time.
0 commit comments