The 2nd project what I did with React Native.
- React Native (v0.62)
- Firebase
- Typescript
- React-native-navigation v5
- Redux / Redux-thunk
Use the package manager [YARN] to install [React Native Instagram Clone].
First, Install API image classification: Here
Edit src/constant/index.ts
export const CLASSIFY_API = 'http://YOUR_PRIVATE_IP:YOUR_PORT/classify'
git clone https://github.com/iamvucms/react-native-instagram-clone.git
cd react-native-instagram-clone
yarn
cd ios && pod install
npx react-native run-ios
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.