https://github.com/johan-dutoit/rnn-starterkit-v2
React-Native-Navigation V2 Starter kit
https://github.com/johan-dutoit/rnn-starterkit-v2
react-native react-native-navigation redux starter-kit
Last synced: 2 months ago
JSON representation
React-Native-Navigation V2 Starter kit
- Host: GitHub
- URL: https://github.com/johan-dutoit/rnn-starterkit-v2
- Owner: Johan-dutoit
- License: mit
- Created: 2017-07-19T07:41:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T17:07:45.000Z (over 8 years ago)
- Last Synced: 2025-03-17T10:51:41.413Z (over 1 year ago)
- Topics: react-native, react-native-navigation, redux, starter-kit
- Language: JavaScript
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RNN-StarterKit-V2
A starter kit for [React-Native-Navigation V2](https://github.com/wix/react-native-navigation/tree/v2) and [Redux](https://github.com/reactjs/react-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](https://github.com/wix/react-native-navigation/tree/v2#installation).
## 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](LICENSE)