Quick Start
Examples & Demo
- 📁 Example Project - Real implementation code with various use cases
- 🤖 Expo Go - Try it instantly on Expo Snack
Installation
Important
react-native-gesture-image-viewer is a high-performance viewer library built on react-native-reanimated and react-native-gesture-handler.
Therefore, you must install React Native Reanimated and Gesture Handler before using this library. If you haven't set it up yet, please refer to the installation guide.
Basic Usage
react-native-gesture-image-viewer is a library focused purely on gesture interactions for complete customization.
Accurate bounds for
contain content
For accurate zoom and pan bounds, provide natural content dimensions with
getItemDimensions, or report them after loading with setItemDimensions. See the
item dimensions guide.
