How can I debug Standalone features

Just wondering what you guys do to debug your standalone features.

Is there some way for a standalone app to print to console in order to debug, or maybe using a custom expo client build?

Getting stuck at this step and not quite sure what to do.

Perhaps try some of these:

Hi David,

Something I do to assist with being able to view debug logs in the app is to have a log function which both writes to console log (for when I’m connected to the Expo Dev Tools) and to an array of strings which is visible within the app to users with certain permissions.

The other thing that I find helps immensely is using Sentry - https://docs.expo.io/versions/latest/guides/using-sentry/

cheers
Nick

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