For React Native with Redux, Redux Persist, React Navigation, axios and SQLite Databasee use branch-name is sqlite-db
git clone https://github.com/rahulworld/react-native-boilerplate-2020.git
cd react-native-boilerplate-2020
yarn install
yarn android
or
yarn ios
adb forward tcp:8083 tcp:8083
Go to http://localhost:8083
Thanks