react-native-zoom

1.0.1 • Public • Published

React-zoom-view

Cross Platform View with zooming for react-native


Get Started

Installation

npm i react-native-zoom --save
 
or
 
yarn add react-native-zoom

Usage

import { ZoomView } from "react-native-zoom";
 
<ImageZoom
  cropWidth={Dimensions.get("window").width}
  cropHeight={Dimensions.get("window").height}
  imageWidth={200}
  imageHeight={200}
>
  <Image style={{ width: 200, height: 200 }} source={{ uri: "URL" }} />
</ImageZoom>;

Package Sidebar

Install

npm i react-native-zoom

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

43.4 kB

Total Files

6

Last publish

Collaborators

  • whispers12