每次推送到GitHub时,Storybook的Web版本就会部署到 。 这不是GitHub Actions的一部分,而是Vercel自己的存储库挂钩。
在Windows上运行:
npm run windows
在Android上运行:
npm run android
此命令将自动启动Metro bundler和Android模拟器。
在本地运行E2E测试
npm run start启动Metro捆绑器。 我们需要它,因为运行了应用程序的调试版本。
npm run e2e:build
公告
在DOOBOOLAB确认之前,请勿修改或更改代码。 此存储库在DOOBOO-CLI 。
React本机TS样板
规格
获得积分
1. Sample of context-api with `react-hook` (`useContext`).
2. Know how to structure react native app with typescr ipt.
3. Know how to navigate between screens with `react-navigation`
立顿
使用React Native和Firebase激活移动应用程序存储库。
开发指令
# Install dependencies
yarn install
# Install the cocoapods dependencies
yarn pods
# Run the Android simulator
yarn android
# Run the iOS simulator
yarn ios
# Run the ES linter
yarn lint
# Run Prettier
yarn