instagram-zoom-react-native
v1.0.2
Published
A component to implement the Instagram Zoom-Draggable-Effect for any component in React-Native
Downloads
5
Maintainers
Readme
react-native-instagram-zoomable
Description
A component to implement the Instagram Zoom-Draggable-Effect for any component in React-Native.
Installation
npm i --save https://github.com/postillonmedia/react-native-instagram-zoomable.git
Usage
<InstagramProvider onStartHandler={this.onZoomStartHandler} onEndHandler={this.onZoomEndHandler}>
<ElementContainer>
<Image source="..." />
<ElementContainer>
</InstagramProvider>
Thank you
Thank you to Audy Tanudjaja and his article on Medium: React Native UI Challenge: Building Instagram Zoom-Draggable Photo