UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 240 B
'use strict'; import { ReanimatedError } from "./errors.js"; export function getShadowNodeWrapperFromRef() { throw new ReanimatedError('Trying to call `getShadowNodeWrapperFromRef` on web.'); } //# sourceMappingURL=fabricUtils.web.js.map