react-native-camera/Example
mannol 161c568095 (android): Remove nonexistant Android permission (#863)
Android does not have RECORD_VIDEO permission. For a list of available permissions check [this link](https://developer.android.com/reference/android/Manifest.permission.html).
2017-08-29 11:26:19 -07:00
..
android (android): Remove nonexistant Android permission (#863) 2017-08-29 11:26:19 -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
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 (example): Fix the example (#692) 2017-05-04 22:39:45 -07:00

Run example

From project root run through cli:

  • cd Example/
  • npm install

For Android:

  • react-native run-android

For iOS:

  • react-native run-ios