UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

10 lines (9 loc) 264 B
'use strict'; import { _updatePropsJS } from '../js-reanimated'; export function setNativeProps(animatedRef, updates) { const component = animatedRef(); _updatePropsJS(updates, { _component: component }); } //# sourceMappingURL=setNativeProps.web.js.map