
Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
The react-native-image-gallery is a pure JavaScript image gallery component for React Native apps that supports common gestures like pan, pinch, and double-tap, catering to both iOS and Android platforms. It aims to provide an elegant image viewer with functionalities reminiscent of the iOS photo album app.
source.uri) and local images (via require()), with optional dimensions for improved performance.The react-native-image-gallery component is a feature-rich image viewer for React Native apps, providing gesture handling, flexible responder switch, and support for both remote and local images. It aims to offer an elegant solution for displaying images with common gestures, making it a valuable addition to React Native applications.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.