admin管理员组文章数量:1312982
When I open the developer menu with expo, it says:
Live Reload unavailable
and
Hot Reloading unavailable
I am signed in as is needed, I have also tried using the QR code to load the app, but it didn't help.
.expo/settings.json:
{
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": "8s-6z3"
}
There is this, , but I am not using the Expo XDE
.
I also tried:
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf $TMPDIR/metro-*
rm -rf $TMPDIR/haste-*
npm start -- --reset-cache
and:
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf node_modules
rm -f yarn.lock
yarn upgrade
yarn
npm install
expo start -c
When I open the developer menu with expo, it says:
Live Reload unavailable
and
Hot Reloading unavailable
I am signed in as is needed, I have also tried using the QR code to load the app, but it didn't help.
.expo/settings.json:
{
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": "8s-6z3"
}
There is this, https://github./expo/expo/issues/1210, but I am not using the Expo XDE
.
I also tried:
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf $TMPDIR/metro-*
rm -rf $TMPDIR/haste-*
npm start -- --reset-cache
and:
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf node_modules
rm -f yarn.lock
yarn upgrade
yarn
npm install
expo start -c
Share
Improve this question
asked Nov 16, 2018 at 15:42
ewizardewizard
2,8724 gold badges55 silver badges113 bronze badges
4 Answers
Reset to default 6This doesn't answer OP directly as his query is quite different: In my case the problem was I by mistake turned on the production mode so unchecking it helped me get hot-reloading working again:
In my case i use tunnel. this works for me. android device
<- mac
It just randomly started working, I kept using the Refresh
option in the developer menu to reload Expo
.
I always left Expo open after terminating expo start
.
Check your build mode. The fast reloading is available only in development mode. If you are in production mode, press p
in the terminal using the expo-cli
to toggle it back to development mode.
本文标签: javascriptreactnativeexpo Live ReloadHot Reload unavailableStack Overflow
版权声明:本文标题:javascript - react-nativeexpo: Live ReloadHot Reload unavailable - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741891171a2403311.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论