Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 292 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 292 Bytes

iOS

  1. yarn build
  2. npx cap copy
  3. npx cap open ios
  4. npx cap run ios or run on device

android

  1. yarn build
  2. npx cap copy
  3. npx cap open android
  4. npx cap run android or run on device
  • yarn build;npx cap copy;npx cap open ios
  • yarn build;npx cap copy;npx cap open android