react-native-camera/Example
Ruben Maher 8937d44e1e (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00
..
android (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00
assets Android support for recording video (#262) 2016-08-27 21:49:46 -04:00
ios (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00
.babelrc (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00
.buckconfig Add example 2016-05-30 11:19:43 -04:00
.flowconfig (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00
.gitattributes (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00
.gitignore (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00
.watchmanconfig Add example 2016-05-30 11:19:43 -04:00
Example.js iOS: minor focus and zoom changes (#578) 2017-04-23 14:01:04 -07:00
README.md (example): Fix the example (#692) 2017-05-04 22:39:45 -07: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 (demo): Set more precise React/React-Native package version dependencies for Example (#679) 2017-04-24 09:55:54 -07:00

README.md

Run example

From project root run through cli:

  • cd Example/
  • npm install

For Android:

  • react-native run-android

For iOS:

  • react-native run-ios