Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 438 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 438 Bytes

@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