How can I start the app without debug mode?

I have detached the app by exp detach and start to develop it by exp start
However, this will reduce the performance as this command is running in development mode.
What should I do to start the expo server without development mode?

exp start --no-dev not working…

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