Expo.Util.reload() does not reload the app if the JS bundle is unchanged

Expo.Util.reload() does not reload the app if the JS bundle is the same… how do you get Expo to force reload every time, regardless if there are JS bundle changes or not?

Here’s my use case: after a user logs in, i need to reload expo’s App.js in order to refresh the app’s most root component and re-register my ApolloProvider client with the user’s new auth token