For this repository is recommended to install node 18+ https://nodejs.org/en/download/package-manager
You can find the app in this url https://github.com/saucelabs/my-demo-app-rn/releases
Run on ios can be done by running the command
npm run wdio
For run the test on android run the command
npm run wdioAndroid
If you want to run an specific test add --spec
flag with the test that you want to run, for example to run draw test on android
npm run wdioAndroid -- --spec ./test/specs/draw.e2e.js