Skip to content

nyanofthemoon/ReactNative-Plush-APP

Repository files navigation

CamRoulette-APP

Installation

See Getting Started to install requirement tools. React-Native-Vector-Icons Installation React-Native-WebRTC iOS Installation iOS Device Achitecture Compatibility Chart FBSDK Google AdMob Framework

$ npm install -g react-native-cli
$ npm install

Development

Start local server
$ npm run dev
iOS

Run command to open iOS simulator and run app:

$ npm run ios

Or open ios/RNBoilerplate.xcodeproj file with XCode:

$ npm run ios-open
Android (5.0+)

Open Android emulator (recommented Genymotion) and run command: (Or connect real device via USB)

$ adb reverse tcp:8097 tcp:8097  # if you're using react-devtools
$ npm run android

DevTools

In development mode, you can install React Native Debugger as default debugger. If not installed, it will use Remote Redux DevTools and On Debugger.