UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

10 lines (7 loc) 203 B
'use strict'; import { ReanimatedError } from './errors'; export function getShadowNodeWrapperFromRef() { throw new ReanimatedError( 'Trying to call `getShadowNodeWrapperFromRef` on web.' ); }