To get started with the project make sure that you already installed node v16. If you use nvm then you can run:
nvm useRun yarn in the root directory to install the required dependencies for each package:
yarnWhile it's possible to use
npm, the tooling is built aroundyarn, so you'll have an easier time if you useyarnfor development.
To start the packager:
yarn example startTo run the example app on Android:
yarn example androidTo run the example app on iOS:
yarn example iosTo run the example app on Web:
yarn example web