Skip to content

📷 Instagram application interface developed in react-native.

Notifications You must be signed in to change notification settings

caioalexandrebr/instagram

Repository files navigation





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

About

📷 Instagram application interface developed in react-native.

Resources

Stars

Watchers

Forks

Packages

No packages published