Force reload exp server

Is there possibility to force reload server started by exp start? Mots of the time it doesn’t really rebundle my project (I am working on ejected project)

I am currently working it around by restarting app on the phone manually but it take AGES!
Any help much appreciated.

Hey there, you can try using Util.reload() from your JS, which should check for a new Expo manifest and totally restart the React Native bridge.

How exactly? From which file to import util?

From here.