Live Reload doesn't work for Android

Hi my detached expo app no longer live reloads on android devices. I’m running expo sdk ^31.0.2. I’ve tried some of the suggestions from the other posts on here to no avail. More specifically:

watchman watch-del-all
rm -rf node_modules
rm -rf $TMPDIR/react-*
rm -rf $TMPDIR/npm-*
yarn cache clean
yarn
expo start -c

Can anyone help with this?

Hey @wrightmk,

This is occurring on multiple devices? If so, can you let me know what models? Also, have you tried on a simulator?

Cheers,

Adam

Samsung Galaxy s6 and some non-phone/tablet android devices. I haven’t tried to replicate on a simulator as it takes up too much memory on my computer.

Edit: IOS works

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