Skip to content

React Native, with hooks, redux and persist redux. React navigation and nativebase css framework integration.

Notifications You must be signed in to change notification settings

AlbertoIHP/react-native-redux-boilerplate

Repository files navigation

This react native boilerplate includes:

To customize:

  • Redux: Inside redux folder you can create

    • Actions: Inside redux/actions you can create your own actions (Then remember to add to index.js)
    • Reducers: Inside redux/reducers you can create your own reducers (Then remember to add to index.js)
  • React Navigation: Inside router you can create

    • Stacks: If you want to add a new tab, with it's own stack screens at router/stacks
    • Navigators: If you want to add a new navigator environment at router/navigators (This boilerplate includes the auth navigator and logged navigator). Remember to add your new logic with your news navigator at index.js.
    • Screens: If you want to add new views (screens) to your app to link it with some route at screens folder.
    • Components: Add your own components to use it at screens at components folder

About

React Native, with hooks, redux and persist redux. React navigation and nativebase css framework integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published