UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (5 loc) 168 B
import { isReducedMotion } from '../PlatformChecker'; const IS_REDUCED_MOTION = isReducedMotion(); export function useReducedMotion() { return IS_REDUCED_MOTION; }