An open API service indexing awesome lists of open source software.

https://github.com/shanamaid/react-native-starter-kit


https://github.com/shanamaid/react-native-starter-kit

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-native-starter-kit
react-native项目构建脚手架

## 集成
typescript

## 使用方法
```
npm install ## 安装依赖

react-native start ## 启动服务端

react-native run-android ## 在安卓设备上运行

react-native run-ios ## 在ios上运行

```