Skip to content

robertcreaner/react-native-zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>;

About

ZoomView for react-native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published