Skip to content

Instagram demo made with React Native + Hooks + React Navigation

Notifications You must be signed in to change notification settings

SGarcia710/instagram-clone-react-native

Repository files navigation

React Native Instagram Clone

This is a work in progres so maybe you will experience some bugs and undesired behaviors.

How to use

  • Clone the Backend project at this link: Backend repo
  • Run yarn install or npm install inside the Backend's folder
  • Run yarn start or npm start inside the Backend's folder to start your server
  • Clone this repo.
  • Run yarn install or npm install inside this repo's folder on your computer
  • If you're going to launch it on ios emulator, you have to excecute the following commands first:
cd ios
pod install
  • Go to /src/config/index.js and replace that const with your ip adress.
  • Save changes.
  • Run yarn start or npm start inside the this repo's folder on your computer.
  • Open a new terminal window/tab and run yarn android/ios or npm run ios/android to run the project in your desired emulator.
  • And excuse for the bugs 😅

About

Instagram demo made with React Native + Hooks + React Navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published