This is a guide to set up and configure a new React Native project with Redux and eslint.
- Initialize project:
react-native init <project-name>
- Run on iOs simulator:
react-native run-ios
- Run on Android simulator:
- Make sure you have Android Studio installed and