react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
8 lines (7 loc) • 334 B
JavaScript
;
import { createReducedMotionManager } from "./ReducedMotionCommon.js";
export function isReducedMotionEnabledInSystem() {
return !!global._REANIMATED_IS_REDUCED_MOTION;
}
export const ReducedMotionManager = createReducedMotionManager(isReducedMotionEnabledInSystem());
//# sourceMappingURL=ReducedMotion.native.js.map