Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 412 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 412 Bytes

React-Native Social-Connect

Get Started

$ npm install

To start the api

Run the following command

$ npm run serve

To start the expo app

Run the following command

$ npm start

To run on iOS simulator/device

Run the following command

$ npm run ios

To run on android emulator/device

Run the following command

$ npm run android