Skip to content

React Native pincher view (native view). So you can pinch zoom any rn view!)

License

Notifications You must be signed in to change notification settings

GennadySX/pincher

Repository files navigation

@gennadysx/react-native-pincher

Pinch any view

supports TurboModules.


Alt Text

Installation

npm install @gennadysx/react-native-pincher

Usage

import { PincherView } from '@gennadysx/react-native-pincher';

<PincherView>
  <Image source={...}> // or any other view
</PincherView>

License

MIT


Made with ❤️ by Gennady Sabirovsky