SGarcia710 / instagram-clone-react-native

Instagram demo made with React Native + Hooks + React Navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 74.7%Language:Java 8.8%Language:Ruby 7.7%Language:Objective-C 6.1%Language:Starlark 2.7%