@belezanaweb/react-native-pinch-to-zoom

RN component to enable the pinch-to-zoom gesture

Usage no npm install needed!

<script type="module">
  import belezanawebReactNativePinchToZoom from 'https://cdn.skypack.dev/@belezanaweb/react-native-pinch-to-zoom';
</script>

README

react-native-pinch-to-zoom

Getting started

$ npm install react-native-pinch-to-zoom --save

Mostly automatic installation

$ react-native link react-native-pinch-to-zoom

Usage

import PinchToZoom from 'react-native-pinch-to-zoom';

// TODO: What to do with the module?
PinchToZoom;