iOS 11.0.1 Standalone App Expo Crash

Hi! I have an app on the store and some user are getting expo exception.

There was a problem running the app (refresh button)
UnhandledJSException: SyntaxError

Upon pressing on the Refresh button, it opens a white screen and get stuck there.
Note that I haven’t change anything recently in the online version of my app. I haven’t publish or build.

What’s happening?
Thanks!

A SyntaxError means you have a typo in your JavaScript code. I would recommend you try running prettier (https://github.com/prettier/prettier) which can show you your syntax error, then fix and republish fixes.

1 Like