Simple React Native carousel with sensible defaults
Sideswipe is a simple, cross-platform React Native swipeable carousel that offers a flexible API. The carousel is designed with sensible defaults and enables rendering of carousel items via the Carousel component. It is a lightweight solution, consisting of only around 200 lines of code.
To install Sideswipe, you can follow these steps:
npm install sideswipe
import { Carousel } from 'sideswipe';
<Carousel renderItem={yourRendererFunction}>
{/* Your carousel items here */}
</Carousel>
Sideswipe is a straightforward React Native carousel solution that prioritizes simplicity and flexibility. It is designed to work smoothly on both mobile and tablet devices, offering a quick and easy way to implement a swipeable carousel in your project. The project encourages contributions from developers and maintains a lightweight codebase for easy customization.