Quickly create a React Native app which does the following
-Open app on iPhone 6 or later
-Begin recording a video
-Stop recording
-Watch the last video
-Play / pause playback
-Record a new video
It's probably not worth the time to run on your device... Video
Note: You must run on device since the iOS simulator doesn't have camera access
Roughly follow React Native "Running on Device" instructions
- Clone this repo
- Run npm start from the root directory
- Open the ReactNativeTest.xcodeproj in XCode. Change the code signing team / bundle name to play nicely with your device
- Run. If the phone doesn't connect to the packager running on your computer, look through troubleshooting in the link above