robbalian / AirCamera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirCamera

Goal

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

Video of the App

It's probably not worth the time to run on your device... Video

How to Run

Note: You must run on device since the iOS simulator doesn't have camera access

Roughly follow React Native "Running on Device" instructions

  1. Clone this repo
  2. Run npm start from the root directory
  3. Open the ReactNativeTest.xcodeproj in XCode. Change the code signing team / bundle name to play nicely with your device
  4. Run. If the phone doesn't connect to the packager running on your computer, look through troubleshooting in the link above

Packages

React Native Camera

React Native Video

About


Languages

Language:JavaScript 38.0%Language:Objective-C 33.5%Language:Python 14.9%Language:Java 13.6%