Skip to content

Johan-dutoit/RNN-StarterKit-V2

Repository files navigation

RNN-StarterKit-V2

A starter kit for React-Native-Navigation V2 and Redux

Usage

  • Clone the repository locally,
  • Run npm install in the root directory
  • (optionally) Rename the project (using guides found online.)
    • If you delete the ios and android folders as suggested by some guides, then you will need to follow the setup instructions found here.

Folder structure

Based off blog posts and personal experience, I prefer keeping a single container with all it's related bits (i.e. reducer, actions, styles, etc.) in the same folder.

This may seem overkil for small projects (and probably is), but the benefits are more obvious once your project is large (8+ containers).

Feel free to change the structure to suite your needs.

Contributions

Feel free to do pull requests if a certain feature you want is missing. We accept all PR's that are enhancements to the project.

License

The MIT License.

See LICENSE