A clone of the Instagram app (October 2019) made with React, React-native and Typescript.
- React Native (With Typescript)
- Native Base
- React Navigation
- Others (See package.json at the root folder)
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