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
Follow the React Native macOS setup from the docs (for the most part, the current docs are actually a little out of date, but this will be the steps for an up-to-date RN project)
npx @react-native-community/cli init macapp
cd macapp
npx react-native-macos-init
npx react-native run-macos
Expected Behavior
I expected the app to build and run the starter project.
Actual Behavior
The app will build, but it doesn't automatically start Metro:
Not a big deal, I can just run:
yarn start
Then tap "reload"
Everything works great from there. I also did not have this issue when following the instructions for RN 0.71:
Environment
Steps to reproduce the bug
Follow the React Native macOS setup from the docs (for the most part, the current docs are actually a little out of date, but this will be the steps for an up-to-date RN project)
npx @react-native-community/cli init macapp
cd macapp
npx react-native-macos-init
npx react-native run-macos
Expected Behavior
I expected the app to build and run the starter project.
Actual Behavior
The app will build, but it doesn't automatically start Metro:
Not a big deal, I can just run:
Then tap "reload"
Everything works great from there. I also did not have this issue when following the instructions for RN 0.71:
Reproducible Demo
https://github.com/coolsoftwaretyler/rnms-issue-repro
Additional context
Happy to submit a PR if this is a quick fix and y'all know how to fix it but don't have the time to code it up.
The text was updated successfully, but these errors were encountered: