See Example folder.
If you find the library useful, please consider sponsoring on Github.
Klarna aims to make online shopping frictionless and are hiring engineers in Stockholm, Berlin and Milan. Join me to work on one of the largest greenfield React Native apps in the community.
# Add dependency
yarn add react-native-pinchable
# Link iOS dependency
pod install --project-directory=ios
# Compile project
react-native run-ios # or run-androidimport Pinchable from 'react-native-pinchable';
<Pinchable>
<Image source={...}>
</Pinchable>| Prop | Description | Default |
|---|---|---|
minimumZoomScale |
The minimum allowed zoom scale. | 1 |
maximumZoomScale |
The maximum allowed zoom scale. | 3 |
On Android it's not possible to receive touch events on the views inside the Pinchable component.
MIT License. © Joel Arvidsson 2019 - present
