react-native init yourProjectName
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
react-native run-android
react-native run-ios