yogiben / react-native-mantra-boilerplate

A react-native boilerplate based on Meteor/Mantra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-mantra-boilerplate

A react-native boilerplate based on Meteor/Mantra

WARNING

  • This is still alpha
  • Please report any issue to this Github ;)

Features

Installation

Includes

Commandes

  • npm run test : WIP
  • npm run lint : lint your with eslint
  • npm run lintfix : automatically fix your code

Routes

Routes are defined in core module (in src/modules/core/routes.js)

Informations

  • (*) You may need to replace if entry.expand to if entry and entry.expand in ~/.atom/packages/mantrajs/lib/directoryHandler.coffee if you get the Cannot read property of expand of undefined. See mantrajs/mantrajs-atom-package#32

TODO

  • Add unit test for every component
  • Add unit test for every containers
  • Add unit test for every action

TO THINK ABOUT (Please open an issue if you have ideas to help)

  • More tests
  • What to add ?

About

A react-native boilerplate based on Meteor/Mantra

License:MIT License


Languages

Language:JavaScript 58.3%Language:Objective-C 27.1%Language:Python 8.6%Language:Java 5.9%