React Native快速刷新问题



尽管我的快速刷新处于活动状态,但它在我所有的react原生项目中都停止了工作。我还创建了一个新项目,但它也不在那里工作。我的react原生版本0.69.1

我试过了,但它从来没有工作

watchman watch-del-all
rm ./.git/index.lock
yarn start and npx react-native start
simulator clear cache

你有其他解决方案的想法吗

只需将cache-clean添加到scripts中的start"package.json">

"start": "react-native start --reset-cache cache clean"

然后使用

纱线||npm启动

最新更新