Minimal setup tutorial for React Native, redux and react navigation
For those who are new to react-native, this tutorial is meant to help guide you through the following:
- How to set up react-native project
- How to implement redux state managment in your react project
- How to implement react-navigation with redux
- How to navigate through different screens
- Bonus: includes how you can implement splash screen into your project
Heavily documented to explain different steps in detail and to guide you through aspects of the implementation