UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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