Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/react-native-instagram
:camera: Instagram Application using React Native, Axios, React Navigation, Socket.io, React Native Image Picker and consuming the features of the Node.js - Instagram API
https://github.com/osvaldokalvaitir/react-native-instagram
instagram react-native rocketseat semana-omnistack semana-omnistack-7
Last synced: 29 days ago
JSON representation
:camera: Instagram Application using React Native, Axios, React Navigation, Socket.io, React Native Image Picker and consuming the features of the Node.js - Instagram API
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/react-native-instagram
- Owner: osvaldokalvaitir
- License: mit
- Created: 2019-06-15T03:08:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:18:02.000Z (5 months ago)
- Last Synced: 2024-08-23T15:50:27.284Z (5 months ago)
- Topics: instagram, react-native, rocketseat, semana-omnistack, semana-omnistack-7
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Native - Instagram
:camera: Instagram Application using React Native, Axios, React Navigation, Socket.io, React Native Image Picker and consuming the features of the Node.js - Instagram API
Demo | Install and run | License## :iphone: Demo
![Demo](/.github/assets/demo.gif)
## :wrench: Install and run
_ps: Before running the app, start the [Node.js - Instagram](https://github.com/osvaldokalvaitir/nodejs-instagram) backend._
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/react-native-instagram# Entry in folder
cd react-native-instagram# Install deps with npm or yarn
npm install | yarn# Launch the app on android with react-native or yarn
react-native run-android | yarn android# Launch the app on ios with react-native or yarn
react-native run-ios | yarn ios
```## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho