Instagram-Clone

An instagram clone developed with react-native.

Screenshots

Install

npm install
git clone https://github.com/inteldev2080/react-native-instagram.git
cd InstagramClone

Usage

Android

npx react-native start
npx react-native run-android

IOS

npx react-native start
cd ios && pod install
npx react-native run-ios