Instagram-clone
Instagram-clone copied to clipboard
A clone of the Instagram app 📱 🥳 . made with React-native and Typescript ❤️.
trafficstars
InstagramClone
A clone of the Instagram app (October 2019) made with React, React-native and Typescript.
Preview

Screen (Home)

Screen (Profile)

Screen (Gallery)

Screen (Camera)

Screen (Story)

Screen (Comments)

Screen (Search By Tag)

Screen (-#-)

Dependencies
- React Native (With Typescript)
- Native Base
- React Navigation
- Others (See package.json at the root folder)
Get Started
1. Clone the Repo
On the command prompt run the following commands
$ git clone https://github.com/Doha26/InstagramClone.git
$ cd InstagramClone
$ npm install
$ grep -rl "s.dependency 'React/Core'" node_modules/ | xargs sed -i '' 's=React/Core=React-Core=g' // To replace React/Core with React-core for all dependencies that use it
$ cd ios && pod install && cd..
$ react-native run-ios