Upon opening the developer menu with expo, I encountered the following messages:
Live Reload unavailable
and
Hot Reloading unavailable
Even though I am signed in as required, I attempted to use the QR code to load the app but it didn't resolve the issue.
.expo/settings.json:
{
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": "8s-6z3"
}
I came across this thread https://github.com/expo/expo/issues/1210, however, I'm not utilizing Expo XDE.
I also attempted the following solutions:
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf $TMPDIR/metro-*
rm -rf $TMPDIR/haste-*
npm start -- --reset-cache
as well as:
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf node_modules
rm -f yarn.lock
yarn upgrade
yarn
npm install
expo start -c