mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cc3e87c45b
Summary: Changelog: [internal] Implement RuntimeScheduler::getShouldYield and expose it through JSI. For now we are only returning `false`. The value is backed by atomic_bool and in the future we will be able to indicate that React should yield to native. JavaScript implementation: https://github.com/facebook/react/blob/master/packages/scheduler/src/forks/SchedulerNoDOM.js#L439-L441 Reviewed By: JoshuaGross Differential Revision: D27648579 fbshipit-source-id: b9313e2efbd9daae8975357df9de803f24a35e89