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
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