react-native-template-karasu
Version:
React Native template for a quick start with TypeScript
38 lines (23 loc) • 1.22 kB
Markdown
<h1 align="center">React Native Template Karasu</h1>
<br>
<p align='center'>
<b>English</b> | <a href="https://github.com/KarasuShin/react-native-template/blob/master/README.zh-CN.md">简体中文</a>
</p>
<br>
## Pre-packed
### UI Frameworks
- [UI Kitten](https://akveo.github.io/react-native-ui-kitten) - customizable React Native UI Library based on Eva Design System
- [Fower](https://fower.vercel.app) - style library that uses Atomic Props
### Icons
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) - Customizable Icons for React Native
### Libraries
- [lodash-es](https://github.com/lodash/lodash) - JavaScript utility library
- [Dayjs](https://github.com/iamkun/dayjs) - A lightweight JavaScript date library for parsing, formatting, and manipulating dates
- [axios](https://github.com/axios/axios) - Promise based HTTP client
- [valtio](https://github.com/pmndrs/valtio) - Lightweight proxy-based state management library for React
### Coding Style
- [ESLint](https://eslint.org/) with [eslint-config-karasu](https://github.com/KarasuShin/eslint-config-karasu)
## Usage
```bash
npx react-native init projectName --template react-native-template-karasu
```