Merge pull request #179 from zackify/patch-1

fixed android path
This commit is contained in:
Loch Wansbrough 2016-02-03 11:39:56 -08:00
commit ab7751ea44
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Below is a list of known issues. Pull requests are welcome for any of these issu
#### Android
1. `npm install react-native-camera@latest --save`
2. Open up `android/app/main/java/[...]/MainActivity.java
2. Open up `android/app/src/main/java/[...]/MainActivity.java
- Add `import com.lwansbrough.RCTCamera.*;` to the imports at the top of the file
- Add `new RCTCameraPackage()` to the list returned by the `getPackages()` method