UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (7 loc) 268 B
'use strict'; import { _updatePropsJS } from "../ReanimatedModule/js-reanimated/index.js"; export function setNativeProps(animatedRef, updates) { const component = animatedRef(); _updatePropsJS(updates, component); } //# sourceMappingURL=setNativeProps.web.js.map