Skip to content

Commit 11c049f

Browse files
doc:fix error android package name (#366)
Co-authored-by: liangchao.qin <liangchao.qin@things-matrix.com>
1 parent f53aa7d commit 11c049f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/android_manual_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
If your any reason you don want to link this project using 'react-native link', go to settings.gradle and add
33
```
44
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')
66
```
77

88
Add project to your `app/build.gradle` file
@@ -16,7 +16,7 @@ dependencies {
1616

1717
import it at the top of your `MainApplication.java` file
1818
```
19-
import fr.bamlab.rnimageresizer.ImageResizerPackage;
19+
import com.reactnativeimageresizer.ImageResizerPackage;
2020
```
2121

2222
then go the file that you build the ReactInstance and add the packager to it.

0 commit comments

Comments
 (0)