ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

Unable to resolve module immutable #42

Closed KBLNY closed 8 years ago

KBLNY commented 8 years ago

Hi, Thanks for the code, it looks like really awesome. However, I installed it via the npm command, as you suggest. But I get the following error: Unable to resolve module immutable from //node_modules/react-native-tab-navigator/TabNavigator.js: Invalid directory /Users/node_modules/immutable Even, after installing "immutable" with npm. Any idea ? Thanks

ide commented 8 years ago

immutable is specified under package.json so I'm not sure what TabNavigator can do. Sounds like an operational issue on your end. Try restarting your packager, computer, clearing caches, etc.