react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
10 lines (9 loc) • 399 B
TypeScript
/**
* Lets you query the reduced motion system setting.
*
* Changing the reduced motion system setting doesn't cause your components to rerender.
*
* @returns A boolean indicating whether the reduced motion setting was enabled when the app started.
* @see https://docs.swmansion.com/react-native-reanimated/docs/device/useReducedMotion
*/
export declare function useReducedMotion(): boolean;