State change does not re-render in standalone app

Please provide the following:

  1. SDK Version: 38.0.0
  2. Platforms(Android/iOS/web/all): Android (unknown on iOS)

My app works perfectly when running in Expo client, but when running the .apk on my phone (S20 Ultra) the state change won’t re-render the screen. Also, the app freezes when the screen is supposed to re-render. I know the state is changed because I check the logs with Sentry.

Anyone know why this is happening?

** SOLVED **

I had a typo in my app.json where google maps api would be.
The app did not apply the updates through expo publish so I did a new expo build:android and then it worked perfectly.

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