useAnimatedKeyboard
useAnimatedKeyboard lets you create animations based on state and height of the virtual keyboard.
useAnimatedSensor
useAnimatedSensor lets you create animations based on data from the device's sensors. You can access:
useReducedMotion
useReducedMotion lets you query the reduced motion system setting. You can use it to disable animations.
ReducedMotionConfig
ReducedMotionConfig component let's you change behavior in response to the device's reduced motion accessibility setting. By default it disables all animation when the reduced motion is enabled on a device. You can adjust it for your specific use case. You can learn more about Accessibility and useReducedMotion in Reanimated.