- If you don't have the bundler gem at version 1.17.2 installed (another version won't work):
gem install bundler:1.17.2
- Install dependencies and open the workspace:
npm install
npm run build:ios
npm run run:ios
or
yarn install
yarn build:ios
yarn run:ios
-
Start your emulator
-
Install dependencies and run the example:
npm install
npm run run:android
or
yarn install
yarn run:android