1.0.3 • Published 6 years ago

react-native-project-structure v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

RNStructure

Create react-native app

react-native init myApp

install react-navigation library

npm install --save react-navigation

install react-native-gesture-handler

npm install --save react-native-gesture-handler

link library

react-native link react-native-gesture-handler

install react-redux

npm install --save react-redux

install redux

npm install --save redux

install redux-thunk

npm install --save redux-thunk

install react-navigation-redux-helpers

npm install --save react-navigation-redux-helpers