UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (7 loc) 225 B
'use strict'; import { isReducedMotion } from '../PlatformChecker'; const IS_REDUCED_MOTION = isReducedMotion(); export function useReducedMotion() { return IS_REDUCED_MOTION; } //# sourceMappingURL=useReducedMotion.js.map