react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
11 lines (8 loc) • 447 B
JavaScript
import { logger } from "./common/index.js";
// @ts-expect-error This overload is required by our API.
export function createAnimatedPropAdapter(adapter, _nativeProps) {
logger.warn('`createAnimatedPropAdapter` is no longer necessary in Reanimated 4 and will be removed in next version. Please remove this call from your code and pass the adapter function directly.');
return adapter;
}
//# sourceMappingURL=PropAdapters.js.map
;