
A pure JavaScript written transformable image component, like PhotoView or ImageViewer, supports gestures like pan, pinch, double tab and fling, works with both iOS and Android.
The react-native-transformable-image is a JavaScript-written transformable image component designed for the React Native framework. It enables gestures like pan, pinch, double tap, and fling, functioning on both iOS and Android platforms. This component simplifies the implementation of zoomable and scrollable image views in React Native applications.
enableTransform, enableScale, and enableTranslate for controlling specific functionalities.onTransformGestureReleased and onViewTransformed events inherited from react-native-view-transformer.The react-native-transformable-image component simplifies handling transformable images in React Native applications by providing gesture support and cross-platform compatibility. With features like gestures, customizable options, and event handling, it offers an easy-to-use solution for implementing zoomable and scrollable image views. It is designed to preserve image details and avoid downsampling, making it suitable for scenarios where retaining image quality during zoom is crucial. Additionally, for those in need of an image gallery component, a reference to react-native-gallery is provided, which is built on the functionalities of react-native-transformable-image.
