mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
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).
Run example
From project root run through cli:
cd Example/
npm install
For Android:
react-native run-android
For iOS:
react-native run-ios