$ npm install
$ cat > ./secrets.json
{
"RECLAIM_APP_ID": "0x...",
"RECLAIM_APP_SECRET": "0x..."
}
$ npm start
$ npm run android
$ cd android && ./gradlew clean && cd ..
$ npx detox build --configuration android.emu.debug
TODO
Launch emulator/simulator/device
npm start
# on a different terminal
npx detox test --configuration android.emu.debug --loglevel verbose
edit e2e/providers.test.js