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: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:39:41.000Z (over 3 years ago)
- Last Synced: 2025-10-11T06:34:32.049Z (9 months 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`