Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 331 Bytes

setup.md

File metadata and controls

20 lines (17 loc) · 331 Bytes

项目示例运行说明

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

初始化

yarn
yarn start # 这会占用一个终端窗口
./scripts/download-sdk.sh

Android

yarn run-android

iOS

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