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
Post a Comment for "React Native: Module `drawerlayoutandroid` Does Not Exist In The Haste Module Map"