react-native-camera/Example
rt2zz 26070b58d0 remove gitignore 2016-11-17 22:29:08 -08:00
..
android Update Example to RN 0.34 and Xcode 8 2016-09-23 16:08:56 -04:00
assets Android support for recording video (#262) 2016-08-27 21:49:46 -04:00
ios Update Example to RN 0.34 and Xcode 8 2016-09-23 16:08:56 -04:00
.buckconfig Add example 2016-05-30 11:19:43 -04:00
.flowconfig Update Example to RN 0.34 and Xcode 8 2016-09-23 16:08:56 -04:00
.watchmanconfig Add example 2016-05-30 11:19:43 -04:00
Example.js Mirror image for Android (#399) 2016-09-13 09:48:48 -07:00
README.md Android support for recording video (#262) 2016-08-27 21:49:46 -04:00
index.android.js Add example 2016-05-30 11:19:43 -04:00
index.ios.js Add example 2016-05-30 11:19:43 -04:00
package.json Update Example to RN 0.34 and Xcode 8 2016-09-23 16:08:56 -04:00

README.md

Run example

From project root run through cli:

  • cd Example/
  • npm install

For Android:

  • adb reverse tcp:8081 tcp:8081 or in Dev Settings input COMPUTER_IP:8081 for debug server
  • react-native run-android

For iOS build:

  • Open Example.xcodeproj with XCode
  • Change IP for jsCodeLocation in AppDelegate.m file
  • Run from XCode