iamvucms / react-native-instagram-clone
- вторник, 28 июля 2020 г. в 00:22:03
TypeScript
A React Native app - Clone Instagram mobile app (In progress)
The 2nd project what I did with React Native.
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.