We are building a mobile application in React Native, with the support of Expo. After some time we decided to detach the expo to use other native benefits along with expo. It supports both the platforms, Android
and IOS
I was able to detach our application successfully from the expo, using the instructions mentioned here. We have got android
and ios
folder with us and everything is working fine.
Now, we want to generate a standalone signed APK from the application. I am referring this for the steps. It does produce the APK but, somehow, its not working after installation on the device. Post install, if I try to open the app it gives error screen with the message,
could not load the app
Sharing the screenshot below
I am not sure what I am doing wrong
Before coming to StackOverflow's Aks Question
stage, I did follow many post/questions but seems like unfortunately, they ain't helping me.
here are few,
https://facebook.github.io/react-native/docs/signed-apk-android.html
How can I generate an apk that can run without server with react-native? [this does not use expo..]
https://github.com/expo/expo/issues/212 [this guy plays with emotion... he said he was able to resolve the issue but, he ain't willing to share the solution]
-
and many more...
How can I resolve this issue? Any suggestions/pointers would be highly appreciated.