/instagram

:camera: Instagram application interface developed in react-native.

Primary LanguageJavaScript





Instagram - React Native

1 - Installing dependencies

$ yarn install

// or

$ npm install

2 - Installing pods

$ cd ios/
$ pod install

3 - Starting API

Install json-server and then run API with the code below:

$ npm run api

// or

$ yarn api

4 - Starting server

$ react-native start --reset-cache

// or

$ yarn start

5 - Starting emulator

iOS

$ react-native run-ios

// or

$ yarn ios

Android

$ react-native run-android

// or

$ yarn android