Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`