UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines 167 B
export function useReducedMotion() { return !window.matchMedia('(prefers-reduced-motion: no-preference)').matches; } //# sourceMappingURL=useReducedMotion.web.js.map