I am building a react native app [ for some reasons I am not using expo for this project ] ..
- So I built apk and it does created successful built one for debug and one for release.
- In my phone I installed that same app but not by sharing that file but by connecting my phone through usb and by performing debugging and npx react-native create-android.
- but my client is far and I cant connect his phone to my pc right, and after creating those two build I shared that apk-debug.apk file which is showing error in his phone that we need to run react-native start and I can't share that aab file to my client from release folder as I don't know it will work in his phone or not, because of the extension aab.
so is there any way I can share test apk file to my client which will work in his phone just like other apps. [in expo it was easy and I did before, but I have no idea in bare react native ]
Please guide me , thank you.