UNPKG

453 BTypeScriptView Raw
1/**
2 * Lets you query the reduced motion system setting.
3 *
4 * Changing the reduced motion system setting doesn't cause your components to
5 * rerender.
6 *
7 * @returns A boolean indicating whether the reduced motion setting was enabled
8 * when the app started.
9 * @see https://docs.swmansion.com/react-native-reanimated/docs/device/useReducedMotion
10 */
11export declare function useReducedMotion(): boolean;
12//# sourceMappingURL=useReducedMotion.d.ts.map
\No newline at end of file