A framework for building native applications using React
RN: Enable `enableAnimatedAllowlist` and `enableAnimatedPropsMemo` (#47502)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47502 Enables the two following feature flags: - `enableAnimatedAllowlist` - `enableAnimatedPropsMemo` The former enables the use of an experimental optimization to provide `unstable_createAnimatedComponentWithAllowlist` and `useAnimatedProps` an allowlist of props that reduces the set of props iterated over by to find props with `AnimatedNode` (e.g. `Animated.Value`) instance values. The latter enables improved memoization logic in `Animated` so that its intenal state is invalidated less frequently, reducing the cost of updating `Animated` components. Changelog: [General][Changed] - Optimized the performance of updating `Animated` components. Reviewed By: rozele Differential Revision: D65645985 fbshipit-source-id: 85f9e53072f09a59589d76d0c096f4cedd17bb4b
T
Tim Yung committed
f0ffcd4f5dfeab794fbfa3257bb9a8fd793ff2bc
Parent: cbab004
Committed by Facebook GitHub Bot <[email protected]>
on 11/8/2024, 7:43:30 AM