Unable to resolve module `./../../react-transform-hmr/lib/index.js`
This issue only happens when react-native 0.57.2 is installed. It seems like the Metro Bundler has an issue resolving the paths when started from ./node_modules/react-native/scripts/packager.sh. Starting the Metro Bundler directly from the project directory works for me. Can someone let me know if it works for them too? # Clean cache rm -rf $TMPDIR/react-*; rm … Read more