Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maicolsantos/instagram-native
[Challenger] - Create feed Instagram with React Native
https://github.com/maicolsantos/instagram-native
eslint react react-native redux redux-saga styled-components
Last synced: 28 days ago
JSON representation
[Challenger] - Create feed Instagram with React Native
- Host: GitHub
- URL: https://github.com/maicolsantos/instagram-native
- Owner: maicolsantos
- Created: 2019-09-02T22:33:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:39:41.000Z (about 2 years ago)
- Last Synced: 2023-02-28T03:23:17.940Z (almost 2 years ago)
- Topics: eslint, react, react-native, redux, redux-saga, styled-components
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Native
Challenger - clone instagram app## Run app
### iPhone
- `react-native run-ios`
- `react-native run-ios --simulator='iPhone 6s'`
### Android
- `react-native run-android`Enable localhost to android
- `adb reverse tcp:3000 tcp:3000`## Run server
- `yarn server`