Closed
Description
I get this error after run react-native run-android
error: bundling failed: Error: Unable to resolve module
AccessibilityInfo
fromE:\xampp\htdocs\my-app\MyApp\node_modules\react-native\Libraries\react-native\react-native-implementation.js
: ModuleAccessibilityInfo
does not exist in the Haste module map
"dependencies": {
"prop-types": "^15.6.1",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-elements": "^1.0.0-beta5",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1"
},
"devDependencies": {
"babel-jest": "23.4.0",
"babel-preset-react-native": "5",
"jest": "23.4.1",
"react-test-renderer": "16.4.1"
},