Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 304 Bytes

setup.md

File metadata and controls

19 lines (16 loc) · 304 Bytes

项目示例运行说明

该项目提供了可直接运行的 example,同时用于测试功能的实现。

初始化

yarn
yarn start # 这会占用一个终端窗口

Android

yarn run-android

iOS

cd ios && pod install && cd ..
yarn run-ios