Additional configuration
Reanimated exports two functions that control which properties can be animated natively:
-
addWhitelistedNativeProps()
is used to animate properties that triggers layout recalculation, you can find them here. -
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.