This project was bootstrapped with React Native Cli
npx react-native init myRNApp --template react-native-template-typescript npx expo init my_app or use expo yarn yarn start yarn template 组件模版 yarn start 启动metro react react-native react hooks typescript - [] 待定
开发主要在
src目录下进行
src
- feat:新功能 (feature)
- fix:bug 修复(bug fix)
- docs:文档相关 (documentation)
- style:代码格式 (formatting, missing semi colons, …)
- refactor:重构
- test:添加测试(when adding missing tests)
- chore:工具或维护变动 (maintain)