Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamvucms/react-native-instagram-clone
A React Native app - Clone Instagram mobile app
https://github.com/iamvucms/react-native-instagram-clone
Last synced: 3 months ago
JSON representation
A React Native app - Clone Instagram mobile app
- Host: GitHub
- URL: https://github.com/iamvucms/react-native-instagram-clone
- Owner: iamvucms
- Created: 2020-04-13T05:49:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T01:40:15.000Z (over 2 years ago)
- Last Synced: 2024-07-11T04:35:34.382Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.92 MB
- Stars: 939
- Watchers: 30
- Forks: 309
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - iamvucms/react-native-instagram-clone - A React Native app - Clone Instagram mobile app (TypeScript)
README
# Demo
- [Demo Video](https://www.youtube.com/watch?v=uXKZ3sGw7oE)
- [Release APK File](https://secufiles.com/aYb3/app-release.apk)
# React Native Instagram Clone## Don't forget give me a star if you like it 😅😅 😊😊
The 2nd project what I did with React Native.
- React Native (v0.62)
- Firebase
- Typescript
- React-native-navigation v5
- Redux / Redux-thunk
## InstallationUse the package manager [YARN] to install [React Native Instagram Clone].\
First, Install API image classification: [Here](https://github.com/iamvucms/ImageClassifyAPI/blob/master/README.md#installation)\
Edit src/constant/index.ts
```javascript
export const CLASSIFY_API = 'http://YOUR_PRIVATE_IP:YOUR_PORT/classify'
```
```bash
git clone https://github.com/iamvucms/react-native-instagram-clone.git
cd react-native-instagram-clone
yarn
cd ios && pod install
```## Usage
```bash
npx react-native run-ios```
## Contributing
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.
## License
[MIT](https://choosealicense.com/licenses/mit/)