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 upgradeto have the ios and android folder created. - Run
react-native linkto link dependencies - Run
react-native run iosorreact-native run android.
This project is licensed under the MIT License - see the LICENSE.md file for details