UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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