Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1018 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 1018 Bytes

Instagram-Clone

An instagram clone developed with react-native.

Screenshots

Install

npm install
git clone https://github.com/ezgiceylan/InstagramClone.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