React Native:捆绑失败 - 无法解析模块“AccessibilityInfo”
React Native: bundling failed - Unable to resolve module `AccessibilityInfo`
error: bundling failed:
Error: Unable to resolve module AccessibilityInfo
from D:\MyApp\node_modules\react-native\Libraries\react-native\react-native-implementation.js
: Module AccessibilityInfo
does not exist in the Haste module map
它在 React 中存在一些不兼容的版本控制问题 native.Try 这会起作用
更改 package.json 中的以下版本
在依赖项中:-
"react": "16.3.1"
"react-native": "0.55.4"
在 devDependencies 中:-
"babel-preset-react-native": "2.1.0"
删除node_modules和运行npm install --save
然后运行由react-native run-android
申请
会运行很好...
标题
首先尝试
npm 启动 -- --reset-cache
如果这不起作用
比删除节点模块和 npm 安装
npm 开始 -- --reset-cache
error: bundling failed:
Error: Unable to resolve module
AccessibilityInfo
fromD:\MyApp\node_modules\react-native\Libraries\react-native\react-native-implementation.js
: ModuleAccessibilityInfo
does not exist in the Haste module map
它在 React 中存在一些不兼容的版本控制问题 native.Try 这会起作用
更改 package.json 中的以下版本 在依赖项中:-
"react": "16.3.1" "react-native": "0.55.4"
在 devDependencies 中:-
"babel-preset-react-native": "2.1.0"
删除node_modules和运行
npm install --save
然后运行由
react-native run-android
申请
会运行很好...
标题
首先尝试
npm 启动 -- --reset-cache
如果这不起作用 比删除节点模块和 npm 安装 npm 开始 -- --reset-cache