React Emplacement de construction d'Android natif

you’ll find the debug apk file in the following path:
yourProject/android/app/build/outputs/apk/debug/app-debug.apk

and release APK at :
yourProject/android/app/build/outputs/apk/app-release.apk
Alien0w0