You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run my app with rn 0.57rc 4 but it seems that weird things are happening when transforming local-cli/server/server.js. I migrated from babel-preset-react-native to metro-react-native-babel-preset. The cli crashes when trying to start local development server.
sorry my bad. I used a deprecated remote-debugger package that injected code into server.js on postinstall. It seems that this package was compatible with 0.56 but isn't compatible with 0.57 anymore
Environment
Description
I tried to run my app with rn 0.57rc 4 but it seems that weird things are happening when transforming local-cli/server/server.js. I migrated from babel-preset-react-native to metro-react-native-babel-preset. The cli crashes when trying to start local development server.
The text was updated successfully, but these errors were encountered: