A framework for building native applications using React
allow calling createAnimatedNode without batching (#53476)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53476 ## Changelog: [General] [Added] - allow calling createAnimatedNode without batching Enable setting `nativeCreateUnbatched` config on an AnimatedNode, when it's true, the call to Animated nativeModule's createAnimatedNode will skip signal batching (will call over JSI before React rendering is finished) and batching in c++, and the creation will be executed at next UI thread render. This will only make AnimatedNodes creation happen early, but node/view connections, node deletion or event drivers will still be batched like before Reviewed By: yungsters Differential Revision: D80968512 fbshipit-source-id: afb607410a174fb85107ef270b9d6f3d61617daf
Z
Zeya Peng committed
d9d9a49e18f3c51caa18cf7da0a1fcd62f1ecf18
Parent: 79a8354
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 8/27/2025, 3:08:45 PM