Create Custom Image Carousel in react native using Reanimated 2
Image Assets - https://drive.google.com/drive/folders/166lND4ag_dfFkQyDenwbeINbgDCUYoOR?usp=sharing
Custom Image Carousel (Square) Demo
Custom Image Carousel (Landscape) Demo
Pagination Demo
Demo on Android (Left) and Ios (Rigth)
| Name | Description | Type | Default Value |
|---|---|---|---|
data |
Image data | Array | Required |
autoPlay |
If true then the carousel will auto play |
Bool | Required |
pagination |
if true then the carousel will show the pagination |
Bool | Required |
Clone the project
git clone https://github.com/Rakha112/react-native-custom-image-carousel.gitGo to the project directory
cd react-native-custom-image-carouselInstall dependencies
npm installStart the server
npm start -- --reset-cacheRun on IOS
npx pod-install
npx react-native run-iosRun on ANDROID
npx react-native run-android


