1.0.2 • Published 5 years ago

instagram-zoom-react-native v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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