wangshouz / SexySix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

react-native init MyApp --template sexysix

依赖说明:

lint:tslint + tslint-config-airbnb

代码格式化: prettier + tslint-config-prettier

本地存储: https://github.com/sunnylqm/react-native-storage/blob/HEAD/README.zh-CN.md

Mobx:https://github.com/SangKa/MobX-Docs-CN/tree/4.0.0/docs

页面路由:https://reactnavigation.org/docs/zh-Hans/getting-started.html

UI 库:https://rn.mobile.ant.design/docs/react/introduce-cn

需要 link:

react-native link @react-native-community/async-storage

react-native link react-native-gesture-handler

react-native link @ant-design/icons-react-native

About

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%