react-native-template-karasu
Version:
React Native template for a quick start with TypeScript
38 lines (23 loc) • 1.14 kB
Markdown
<h1 align="center">React Native Template Karasu</h1>
<br>
<p align='center'>
<a href="https://github.com/KarasuShin/react-native-template/blob/master/README.md">English</a> | <b>简体中文</b>
</p>
<br>
## 预配置
### UI 框架
- [UI Kitten](https://akveo.github.io/react-native-ui-kitten) - 基于Eva设计系统,可定制化的React Native UI框架
- [Fower](https://fower.vercel.app) - 使用原子属性的样式库
### Icons
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) - 可定制化的React Native图标库
### 工具库
- [lodash-es](https://github.com/lodash/lodash) - JavaScript工具库
- [Dayjs](https://github.com/iamkun/dayjs) - 轻量化的时间,日期库
- [axios](https://github.com/axios/axios) - 基于Promise的网络请求库
- [valtio](https://github.com/pmndrs/valtio) - 一个基于代理的轻量化React状态管理库
### 编码风格
- [ESLint](https://eslint.org/) 配置 [eslint-config-karasu](https://github.com/KarasuShin/eslint-config-karasu)
## 使用
```bash
npx react-native init projectName --template react-native-template-karasu
```