Update README.md

Updated readme for correct android file name
This commit is contained in:
Alex Sinelnikov 2017-06-20 17:10:39 +03:00 committed by GitHub
parent dab4720641
commit f29b5dfa13
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Then add to your app `app/build.gradle` in the `dependencies` section:
+ compile project(":rncamerakit")
```
Then in `MainActivity.java` add:
Then in `MainApplication.java` add:
```diff
+ import com.wix.RNCameraKit.RNCameraKitPackage;