Last active
August 10, 2017 15:29
-
-
Save rnaffer/0ecd19b3f7dc3d41adf4ef47c0fdcb47 to your computer and use it in GitHub Desktop.
Nuevo proyecto RN + Material UI + Navigation + Redux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Instalar React-Native | |
2. Instalar dependencias iniciales | |
npm i react-native-material-ui --save | |
npm install react-native-vector-icons --save | |
react-native link react-native-vector-icons | |
yarn add react-native-navigation@latest | |
npm install --save react-redux | |
npm install --save redux | |
npm install --save redux-thunk | |
npm install --save redux-persist | |
npm install --save axios | |
npm install --save tcomb-form-native | |
npm install --save react-native-md-textinput | |
npm install --save react-native-keychain | |
3. Configure React native navigation | |
https://wix.github.io/react-native-navigation/#/installation-android | |
4. Configure material-ui | |
Modificar el archivo Navigation.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment