How to debug Standalone expo App in android device

Viewed 2242

I am quite new to react/Expo, I have built an android bundle with expo build:android

now the APK I got is in production mode hence I can not debug it in my chrome dev tool. The problem is I am getting an issue in standalone build only while the development feature was working fine. Is there any way I can build an expo app in development mode?

1 Answers

AS It has been five months AND there is no reply, I would like to share the approach that I took for this issue. In the expo, you can switch on/off production mode, in production mode, you can debug and log there this would be the same app running after the standalone build, I think 99% problems would be fixed by this. In some special cases like (for example- notification key, Keystore files) you will have to look for their particular support pages. Let me know if anyone facing still facing issues after the above steps I would surely try to help.

Related