react-native-camera/Example
Gregorio Setti bd40d8a4cf Fix #506 (#525) 2016-12-21 08:35:44 -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 Fix #506 (#525) 2016-12-21 08:35:44 -08: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