An open API service indexing awesome lists of open source software.

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

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)