react-native template to target multiple platforms.
npm install react-native-template-mario
react-native + typescript + mario-meditation (redux + immutable + reselect + redux-observable + rxjs) + mario-architecture-components + react-navigation
`
Installation
> 将 替换为初始化的项目名称.`
react-native init --template mario
cd
node scripts/index.js
`Happy hacking : )
scripts
1. 编译typescript文件:`
$ yarn build
`或
`
$ npm run build
`2. 实时编译typescript文件:
`
$ yarn watch
`或
`
$ npm run watch
`3. 删除生成文件, 重新编译:
`
$ yarn rebuild
`或
`
$ npm run rebuild
``