Skip to content Skip to sidebar Skip to footer

React Native: Module `drawerlayoutandroid` Does Not Exist In The Haste Module Map

I am getting this error while my app is being installed on my device/emulator: error: bundling failed: Error: Unable to resolve module DrawerLayoutAndroid from /Users/anandcha

Solution 1:

running npm link fixed the issue for me

Documentation found here

Solution 2:

Just delete the 'DrawerLayoutAndroid' from "/Users/anandchandran/Desktop/cognito-RN/node_modules/react-native/Libraries/react-native/react-native-implementation.js"

It works fine now.. If you are still getting some errors delete the node modules and reinstall and link it.

Post a Comment for "React Native: Module `drawerlayoutandroid` Does Not Exist In The Haste Module Map"