Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 536 Bytes

development.md

File metadata and controls

21 lines (14 loc) · 536 Bytes

Development

Workspace setup

Install dependencies from the repository's root directory (this will also set up the example project workspace):

yarn

To create your ProjectID, head to cloud.reown.com

Commands

Execute all commands from the root.

  • yarn ios - Run the example project in an iOS simulator.
  • yarn android - Run the example project in an Android simulator.
  • yarn lint - Run the linter.
  • yarn test - Run jest tests.
  • yarn pre-publish - Run all checks and build