Generate and Distribute Serverless APK or Debug APK for React Native

Well, I just got a problem about distributing APK for testing on real Android device before we publish or generate bundle and upload it into Google PlayStore. We know when we develop an App using Android Studio then if we want to try or test it on Android Simulator, Android Studio will automatically create app-debug.apk and this file will be able to install on real Android device.

Continue reading