react-native-redux-project-structure
How to use it?
Step:1: First create new react-native project using below command
react-native init yourProjectName
Step:2: Download this zip file
Step:3: Install some dependancies required to integrate redux with navigation
npm install react-navigation react-native-gesture-handler react-navigation-redux-helpers react-redux redux redux-thunk axios
react-native link react-native-gesture-handler
Step:4: Copy src folder and index.js file from your downloaded zip and paste it in your new created project folder
Step:5: Now, Just run your app using below command
react-native run-android
react-native run-ios