Skip to content

Instantly share code, notes, and snippets.

@rnaffer
Last active August 10, 2017 15:29
Show Gist options
  • Save rnaffer/0ecd19b3f7dc3d41adf4ef47c0fdcb47 to your computer and use it in GitHub Desktop.
Save rnaffer/0ecd19b3f7dc3d41adf4ef47c0fdcb47 to your computer and use it in GitHub Desktop.
Nuevo proyecto RN + Material UI + Navigation + Redux
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