Create an APK with the following command (i believe it's running locally, but i am not sure about it yet)
npx expo run:android --variant release
file will be at ./android/app/build/outputs/apk/release/app-release.apk
android/app/outputs/[debug|release]/[*].apk
Download the APK on your phone and open it. Your phone should display an install dialog.
npm run android:tunnel
- Installed Java17