Are published apps automitically not on development mode?

As in, if I am using the expo client on my phone to run an app thats published on a release channel, is that app running in development mode on my phone?

Mostly wondering so that I can know if that is an appropriate environment to test/resolve performance issues.

Hey @devtron718,

When you run a published project on the Client, it will be running in production mode. https://docs.expo.io/versions/latest/guides/how-expo-works.html#publishingdeploying-an-expo-app-in-production

Cheers,

Adam

1 Like

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