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
..
2017-05-04 22:39:45 -07:00
2017-05-04 22:39:45 -07:00
2016-05-30 11:19:43 -04:00
2017-05-04 22:39:45 -07:00
2017-05-04 22:39:45 -07:00
2016-05-30 11:19:43 -04:00
2016-05-30 11:19:43 -04:00
2016-05-30 11:19:43 -04:00
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