UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 289 B
'use strict'; import reanimatedJS from "../js-reanimated/index.js"; import { shouldBeUseWeb } from "../PlatformChecker.js"; import { NativeReanimated } from "./NativeReanimated.js"; export default shouldBeUseWeb() ? reanimatedJS : new NativeReanimated(); //# sourceMappingURL=index.js.map