Open rammoozz opened 5 years ago
@rkhayat I believe that's the same issue I ran into with RN 0.57.x. Try this: https://github.com/dphaener/whackage/tree/react-native-57-updates and see if it works for you. That fixes RN 0.57.x compatibility issues.
This would fix it: https://github.com/FormidableLabs/whackage/pull/31.
Not sure if the maintainers are paying attention.... ;)
@rkhayat The crux of it is:
Looking for JS files in
/usr/local/lib/node_modules/whackage/src/packager
The newest version of Metro bundler needs the projectRoot
explicitly set, as far as I can tell.
Waiting for an update on this.
This occurs on
react-native run-ios
&react-native run-android
after runningwhack run start
("start": "node node_modules/react-native/local-cli/cli.js start"
)Output:
Output on Emulator: