Skip to main content
Version: 1.x

Additional configuration

Reanimated exports two functions that control which properties can be animated natively:

  1. addWhitelistedNativeProps() is used to animate properties that triggers layout recalculation, you can find them here.

  2. addWhitelistedUIProps() is used for any other properties, current allowed props are listed here.

You can use them to animate properties that Reanimated don't support by default.