Skip to content

Commit

Permalink
updated to include import (#152)
Browse files Browse the repository at this point in the history
I was having some trouble looking for this,
this change may help someone out there
  • Loading branch information
LuisRodriguezLD authored and Minishlink committed Jan 3, 2019
1 parent 3458ffe commit f311321
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/android_manual_config.md
Expand Up @@ -4,6 +4,11 @@ If your any reason you don want to link this project using 'react-native link',
include ':react-native-image-resizer'
project(':react-native-image-resizer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-resizer/android')
```
import it at the top of your `MainApplication.java` file
```
import fr.bamlab.rnimageresizer.ImageResizerPackage;
```

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

```
Expand Down

0 comments on commit f311321

Please sign in to comment.