Merge pull request #44 from avdept/patch-2

Update README.md
This commit is contained in:
Ran 2017-07-22 09:05:44 +03:00 committed by GitHub
commit d1b31c56a3
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;