react-native-template-bloc
v0.0.34
Published
react native template using react-bloc
Downloads
214
Maintainers
Readme
React Native Template
React Native 项目模板.
技术栈
react-native + typescript + react-bloc + react-navigationInstallation
将
<new project name>替换为初始化的项目名称.
react-native init <new project name> --template bloc
cd <new project name>
node scripts/index.jsHappy hacking : )
scripts
- 编译typescript文件:
yarn build或
npm run build- 实时编译typescript文件:
yarn watch或
npm run watch- 删除生成文件, 重新编译:
yarn rebuild或
npm run rebuild