I have this error after I installed shoutem ui to my project and imported to my ui. "bundling failed: Error: Unable to resolve module `react-native/Libraries/StyleSheet/ColorPropType.js"
I've tried to follow the suggestion from the react-native error page
- Clear watchman watches:
watchman watch-del-all
.- Delete the
node_modules
folder:rm -rf node_modules && npm install
. - Reset Metro Bundler cache:
rm -rf /tmp/metro-bundler-cache-*
ornpm start -- --reset-cache
. - Remove haste cache:
rm -rf /tmp/haste-map-react-native-packager-*
.
- Delete the