- Install https://nodejs.org/en/ and https://yarnpkg.com/en/.
- Run
yarn install
to install dependencies. - Set up React Native.
- Run tests with
npm test
.
- Set up http://appium.io/
- Start the Android emulator, you can check .circleci/config.yml how the Android emulator is set up
- Run integration tests with
npm run test:integration