properly reset state after OTA update

I’m heavily relying on expo’s updates to speed-up development and share beta builds with users.
I’ve followed the manual and use await Updates.reloadAsync() after the app has pulled the update. According to the docs it’s as good as restarting the app. My experience questions that.

Problem is that often some “ghost” glitches start appearing after update and I need to kill the app so it starts with fresh state.
Using react-relay and react-navigation. Some of the glitches probably come from cached relay data, others definitely from react-navigation stale navigator state.

Suggestions how to properly reset state after update?

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