* Add mirrorImage support for Android * Release resources after mirroring * Mirror image only for TYPE_FRONT * Remove unnecessary annotation * Document mirrorImage for Android * Improved compression and error handling * Add support for mirroring on Android back camera too |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| .buckconfig | ||
| .flowconfig | ||
| .gitignore | ||
| .watchmanconfig | ||
| Example.js | ||
| index.android.js | ||
| index.ios.js | ||
| package.json | ||
| README.md | ||
Run example
From project root run through cli:
cd Example/npm install
For Android:
adb reverse tcp:8081 tcp:8081or in Dev Settings input COMPUTER_IP:8081 for debug serverreact-native run-android
For iOS build:
- Open Example.xcodeproj with XCode
- Change IP for jsCodeLocation in AppDelegate.m file
- Run from XCode