UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines 210 B
import { isReducedMotion } from '../PlatformChecker'; const IS_REDUCED_MOTION = isReducedMotion(); export function useReducedMotion() { return IS_REDUCED_MOTION; } //# sourceMappingURL=useReducedMotion.js.map