mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54218 Observed some crashes coming from `schedulerDidRequestPreliminaryViewAllocation` which seemed to point at the FabricMountingManager being destroyed from the Hades GC thread. That thread is not attached to the JVM, so would crash when trying to destroy this global_ref. Changelog: [Internal] Reviewed By: lenaic Differential Revision: D85143603 fbshipit-source-id: 2ecd42d57188e6f3d69a6124e21ee8913b3d5b89