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;