mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
87d3ac3762
Summary: setImmediate will result in these debounced/queued operations being sent to native immediately at the end of a ReactJS render loop instead of in the next tick, which could result in more fluid animations. I verified with logs that batching still occurs. Changelog: [Internal] Reviewed By: javache Differential Revision: D36521717 fbshipit-source-id: 4f94e26503d4e6e40f52a4120ae407044af0c451