UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (5 loc) 241 B
'use strict'; import reanimatedJS from '../js-reanimated'; import { shouldBeUseWeb } from '../PlatformChecker'; import { NativeReanimated } from './NativeReanimated'; export default shouldBeUseWeb() ? reanimatedJS : new NativeReanimated();