Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我所做的只是拉了一个以前工作的分支,我收到了这个错误。此外,我试图删除我对 AsyncStorage 的所有使用,但问题仍然存在。
我设法解决了这个问题。我怀疑这个问题是由两件事引起的,一个损坏的缓存在应用程序重新加载时无法更新,其次我机器上的内存已满,我关闭机器已经两周了,所以我做了什么:
rm -rf node_modules/
npm install
react-native start --reset-cache