React Native App Starter
This project is a basic started for creating a react native app. It uses react-redux and react-persist for handling storage. It also uses react-navigation conected with react-redux, this way navigation is saved in the store.
- Download the project
- CD into the folder and run
yarn install
- Run
react-native upgrade
to have the ios and android folder created. - Run
react-native link
to link dependencies - Run
react-native run ios
orreact-native run android
.
This project is licensed under the MIT License - see the LICENSE.md file for details