UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

14 lines (11 loc) 424 B
'use strict'; /** @deprecated This function is a no-op in Reanimated 4. */ export function addWhitelistedNativeProps( _props: Record<string, boolean> ): void { // Do nothing. This is just for backward compatibility. } /** @deprecated This function is a no-op in Reanimated 4. */ export function addWhitelistedUIProps(_props: Record<string, boolean>): void { // Do nothing. This is just for backward compatibility. }