/poc_sony_mobile

PoC task for Sony

Primary LanguageObjective-CMIT LicenseMIT

Sony Mobile Channel Application

Private repository for Sony Mobile Channel

Included

Installation

See Getting Started to install requirement tools.

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

Also, you can use generator-rnb to create project with this boilerplate.

Development

Start local server

$ npm start

Start mock database

$ npm run db

Start react-native-debugger

$ open "rndebugger://set-debugger-loc?host=localhost&port=8081"

iOS

Run command to open iOS simulator and run app:

$ npm run ios

Android (5.0+)

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

$ adb reverse tcp:3005 tcp:3005 && npm run android

DevTools

In development mode, you can install React Native Debugger as default debugger. if not install, it will use Remote Redux DevTools and RemoteDev RN Debugger.

Test

$ npm test

Credits