Intro
The animations package @react-native-ama/animations
offers hooks and components needed to handle accessibility within animations using react-native Animated or react-native-reanimated.
info
All hooks and components listen to the "isReducedMotion" setting when handling animations.
Installation
Install the @react-native-ama/animations
package with your favourite package manager:
- npm
- Yarn
- pnpm
npm install @react-native-ama/animations
yarn add @react-native-ama/animations
pnpm add @react-native-ama/animations