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
Create a React Native macOS app, following the usual flow on the new docs site.
In macos/Podfile, enable Fabric and Hermes, then run pod install.
Expected Behavior
Should start up with a big red warning saying "unable to connect to dev server" or something.
Actual Behavior
Hangs without showing a warning message at all.
beachballing.mp4
Reproducible Demo
git clone https://github.com/shirakaba/rnmprebuilds
cd rnmprebuilds
bun install
cd macos
pod install
cd ..
open macos/rnmprebuilds.xcworkspace
# build the rnmprebuilds-macOS target for Debug configuration# open the build product (without Metro running)
Additional context
I wonder if it has anything to do with the migration of RCTDevLoadingView from a window to a sheet.