React Native Reanimated Carousel#
import { Badges } from '@/components/Badges'
import { Callout } from 'nextra/components'

A performant carousel for React Native powered by Reanimated. ⚡️
Features#
- The best performance you can get. 🚀
- Fully configurable. ⚙️
- Support for both
iOS&Android&Web. 📱 - Support for
RTLlayout. 🌍 - Smooth gesture interactions & snapping animations. 🏎
- Support to customise the animation style. 🎨
- Compatible with Reanimated v1 & v2. 🎉
- Compatible with
Expo. 🎩 - Accessibility support. ♿️
- Written in
TypeScript. 🌳
Installation#
yarn add react-native-reanimated-carousel
Using Expo?
npx expo install react-native-reanimated-carousel
Dependencies#
This library needs these dependencies to be installed in your project before you can use it:
yarn add react-native-reanimated react-native-gesture-handler
Using Expo?
npx expo install react-native-reanimated react-native-gesture-handler
React Native Reanimated v2 needs extra steps to finalize its installation, please follow their installation instructions.