Debugging on an Android device

Hey everyone,

Is there a way to run a standalone build on an Android device (real device) with having the React Native debugger (console log) OR better yet - running a local version of the expo package? I’m trying to debug Push Notifications and since it requires a real device - I’m installing a real build of my app using adb - all of this works but then again it uses a real hosted expo package and not a local one…

Thanks :slight_smile:

hi there!

why not test push notifications from the expo client app? you can install it on your phone and use push notifications there just fine! you can use this tool also, if you find it handy: Push Notification Tool — Expo

Hmm, I’m pretty sure I tried that and it didn’t go through - I’ll try again, thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.