After evaluating so many starter kits for react native we realized they are so much bloated with  additional features/plugins which we actually don't want. Hence we had to build a starter kit for ourselves with minimalistic approach and include only the plugins which we use ourselves.

Almost all of the starter kits had Redux as the dependency which we don't need in our apps. Similarly their were multiple other things which we didn't need.

Here are the minimal features we needed from our starter kit.

  • Multilingual
  • Push Notifications
  • Analytics
  • Themes
  • Navigation
  • Form Validations
  • Date Time
  • JS Utilities

Download