UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines (6 loc) 182 B
'use strict'; import { isReducedMotion } from '../PlatformChecker'; const IS_REDUCED_MOTION = isReducedMotion(); export function useReducedMotion() { return IS_REDUCED_MOTION; }