我正在使用带有 react-navigation 的 react native web。我收到此错误:
Module not found: Can't resolve './PlatformHelpers' in '/home/vineet/projects/jm-agent-web/node_modules/react-navigation/lib'
我收到此错误是因为存在以下文件:PlatfomrHelpers.ios.js、PlatfomrHelpers.android.js、PlatfomrHelpers.web.js。但是没有 PlatfomrHelpers.js。
所以我的 ES6 导入系统无法为 react-native-web 中的导入名称“PlatfomrHelpers”导入 PlatfomrHelpers.web.js。
如何解决这个问题?