https://github.com/equimper/rn-kickstart
[WIP] - A react-native boilerplate for kickstart project the right way
https://github.com/equimper/rn-kickstart
boilerplate flowtype react react-native storybook
Last synced: 6 months ago
JSON representation
[WIP] - A react-native boilerplate for kickstart project the right way
- Host: GitHub
- URL: https://github.com/equimper/rn-kickstart
- Owner: EQuimper
- Created: 2018-03-25T18:26:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T23:52:30.000Z (over 7 years ago)
- Last Synced: 2025-04-19T10:48:15.849Z (6 months ago)
- Topics: boilerplate, flowtype, react, react-native, storybook
- Language: JavaScript
- Size: 1.25 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RN-KickStart
A boilerplate to kickstart your react-native project the right way.
## Generators
I put some generator with [hygen](https://github.com/jondot/hygen) that let you scaffold project quicker.
- **yarn gen:component** -> create a component,story,test and inject it
- **yarn gen:purecomponent** -> create a purecomponent,story,test and inject it
- **yarn gen:screen** -> create a screen,test
- **yarn gen:common --componentStyle sl** -> create a stateless component,story,test and inject it
- **yarn gen:common --componentStyle sf** -> create a stateful component,story,test and inject it## TODO
* Add Navigation
* Add SplashScreen before auth
* Add Onboarding component
* Add Authentication
* Add tab
* Add Modal Component
* Add toastr and notification system
* Think if go with Redux or Mobx-State-Tree## Librairies
* [react-native-device-info](https://github.com/rebeccahughes/react-native-device-info)
* [react-native-touchable](https://github.com/AppAndFlow/react-native-touchable)
* [react-native-gesture-handler](https://github.com/kmagiera/react-native-gesture-handler)
* [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
* [color](https://github.com/Qix-/color)
* [idx](https://github.com/facebookincubator/idx)
* [invariant](https://github.com/zertosh/invariant)
* [formik](https://github.com/jaredpalmer/formik)
* [hygen](https://github.com/jondot/hygen)
* [haul](https://github.com/callstack/haul)