mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 09:17:55 +08:00
Summary: `RCTDevLoadingView` was being created from a constructor function and creating a `UIWindow` when the bridge started loading. The `UIWindow` was crashing on the unit tests since there's no host app.