indapublic / react-native-pinchable

Instagram like pinch to zoom for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Pinchable

Instagram like pinch to zoom for React Native.

Demo

screencast

See Example folder.

Sponsors

If you find the library useful, please consider sponsoring on Github.


Klarna

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.

Installation

# Add dependency
yarn add react-native-pinchable
# Link iOS dependency
pod install --project-directory=ios
# Compile project
react-native run-ios # or run-android

Usage

import Pinchable from 'react-native-pinchable';

<Pinchable>
  <Image source={...}>
</Pinchable>

Properties

Prop Description Default
minimumZoomScale The minimum allowed zoom scale. 1
maximumZoomScale The maximum allowed zoom scale. 3

Limitations

On Android it's not possible to receive touch events on the views inside the Pinchable component.

License

MIT License. © Joel Arvidsson 2019 - present

About

Instagram like pinch to zoom for React Native

License:MIT License


Languages

Language:Java 48.8%Language:Objective-C 16.4%Language:C++ 13.7%Language:Objective-C++ 7.2%Language:Ruby 3.8%Language:Starlark 3.8%Language:JavaScript 3.3%Language:Makefile 3.0%