React Native Image Gallery

screenshot of React Native Image Gallery
react
react-native

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind

Overview:

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.

Features:

  • Gesture Handling: Supports pan, pinch, double-tap gestures, with efficient focus point targeting during zoom-in and zoom-out.
  • Responder Switch: Flexible gesture responder switch between scrollable container and image children.
  • Image Sources: Supports both remote images (via source.uri) and local images (via require()), with optional dimensions for improved performance.

Summary:

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
React

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
React Native

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
Eslint

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.