Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
## Installation

Use 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/)