Skip to content

React Native use branches name Simple Template, Redux, Redux Persist, React Navigation, Axios Wrapper, Sqlite Setup with migrations, Splash Screen, Ant Design React Native

Notifications You must be signed in to change notification settings

rahulworld/react-native-boilerplate-2020

Repository files navigation

react-native-boilerplate-2020

React Native boilerplate and template with diffrent configuration by branches

Please give rating and feedback to this repository or raise the issue

React Native Boilerplate 2020

Use Branches for different congiguration

For React Native with Redux and Redux Persist use branch-name is simple-template

For React Native with Redux, Redux Persist, React Navigation use branch-name is react-navigation

For React Native with Redux, Redux Persist, React Navigation, axios use branch-name is axios-setup

For React Native with Redux, Redux Persist, React Navigation, axios and SQLite Databasee use branch-name is sqlite-db

How to install

    git clone https://github.com/rahulworld/react-native-boilerplate-2020.git
    
    cd react-native-boilerplate-2020
    
    yarn install

How to run

    yarn android
        or
    yarn ios

For Sqlite Database debugging

    adb forward tcp:8083 tcp:8083

Go to http://localhost:8083

Thanks

Open to contribution just create pull request