A React Native component for displaying interactive image galleries with tilt animations and detailed info overlays.
react-native-interactive-image-gallery is a React Native component library designed for displaying interactive image galleries in mobile applications. It solves the need for a customizable, animated gallery component that works across both iOS and Android, providing features like tilt animations and detailed image info overlays.
React Native developers building mobile apps that require image galleries, such as photo apps, e-commerce product displays, or media-rich applications.
Developers choose this library for its smooth animations, cross-platform compatibility, and ease of integration, offering a more engaging alternative to basic image viewers without extensive custom development.
🖼 A React Native component to display a gallery of images.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Includes experimental tilt animations on iOS, inspired by practical hacks for delightful user experiences, as acknowledged in the README.
Works on both iOS and Android with similar behavior, demonstrated in the provided GIFs showing consistent gallery navigation.
Uses a simple ImageBrowser component with minimal mandatory props like an images array, making it quick to set up for basic galleries.
Allows styling of title and description overlays through infoTitleStyles and infoDescriptionStyles props for tailored UI presentation.
Tilt animations are experimental and exclusive to iOS, reducing cross-platform parity and limiting feature consistency.
Requires manual linking in Xcode for iOS installation, which can be error-prone and time-consuming compared to auto-linked libraries.
The API offers few props, lacking support for advanced features like custom gestures, loading states, or deep animation controls beyond the basics.