React Native 错误 - 无法解析模块`./tab-bar-item-ios`

jam*_*phy 6 react-native react-native-android react-native-vector-icons

我刚刚react-native-vector-icons从 7.1 版升级到 8.0 版......现在我收到以下错误:

    unable to resolve module `./tab-bar-item-ios` from `node_modules\react-native-vector-icons\lib\create-icon-set.js`
    None of these files exist:
  * node_modules\react-native-vector-icons\lib\tab-bar-item-ios(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx).........etc
Run Code Online (Sandbox Code Playgroud)

我使用 Windows 计算机在真实的 Android 设备上进行测试。有任何想法吗?

小智 22

这是一个缓存问题,您可以修复它运行:

react-native start --reset-cache
Run Code Online (Sandbox Code Playgroud)

创建此帐户只是为了回答您的问题呵呵,我知道这些错误是多么令人沮丧。