appkit-react-native/.github/docs/development.md at develop · JSTONE1111/appkit-react-native

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

21 lines (14 loc) · 544 Bytes

Development

Workspace setup

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

To create your ProjectID, head to dashboard.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