我正在用react-native构建应用程序,一切工作正常。npm install
之后,react-native不再检测到我的某些文件说它不存在,似乎也没有检测到任何文件改变之一。我得到
"Developpement server returned response error 500, unable to resolve module `../services/myFile` none of these files exist." on android and on IOS 'Failed to load Bundle with error: "unable to resolve module ./screens/anotherFile"
当我从使用它们的文件中删除那些文件时,错误仍然相同。有任何想法吗 ?
答案 0 :(得分:0)
就像@firu一样,请确保您执行的是react-native-link
,如果您删除了ios
或android
文件夹,则会发生这种情况。在大多数情况下,您使用react-native-upgrade