基于react-native官方脚手架模板的更好的react-native模板,集成更多开发中常用的库
- 可以使用 React Native CLI直接创建
- 内置功能React Native CLI Typescript模板的功能
- 扩展了很多日常开发必备的第三方库
npx react-native init MyApp --template https://github.com/wcly/react-native-better-template
名称 | 版本号 | 功能 |
---|---|---|
react-navigation | ^5.9.2 | react-native导航库 |
react-native-fast-image | ^8.3.4 | 可完全替代官方原生Image标签,具有图片自动缓存功能 |
react-native-gesture-handler | ^1.9.0 | 手势库,在React Native中构建最佳的基于触摸的体验 |
react-native-reanimated | ^1.13.2 | 动画库,提高复杂动画性能 |
react-native-vector-icons | ^8.0.0 | 字体图标库 |
axios | ^0.21.1 | 基于Promise的http请求库 |
dva-core | ^2.0.4 | 基于redux的轻量数据处理框架 |