UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

22 lines (21 loc) 417 B
'use strict'; /* * Stubbed for web, where we don't use this file; */ export function withReanimatedTimer() { // NOOP } export function advanceAnimationByTime() { // NOOP } export function advanceAnimationByFrame() { // NOOP } export function setUpTests() { // NOOP } export function getAnimatedStyle() { // NOOP } export { cloneWorklet, worklet } from "./common.js"; //# sourceMappingURL=index.web.js.map