shihabus / rn-kickstart

[WIP] - A react-native boilerplate for kickstart project the right way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RN-KickStart

A boilerplate to kickstart your react-native project the right way.

Generators

I put some generator with 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

About

[WIP] - A react-native boilerplate for kickstart project the right way


Languages

Language:JavaScript 65.6%Language:Perl 6 15.8%Language:Objective-C 10.5%Language:Python 4.1%Language:Java 4.0%