postillonmedia / react-native-instagram-zoomable

A component to implement the Instagram Zoom-Draggable-Effect for any component in React-Native
MIT License
7 stars 13 forks source link

React native cli support #3

Open agamsps opened 3 years ago

agamsps commented 3 years ago

Hi Guys, Did you get time to write some documentation or example, seems like its been quite a while. Also does it support react native cli ? I just want the zoom feature nothing else. I have gone through a couple of libraries but none of them have the feature to come back to the original position on releasing the image. Please help.

@RocKhalil @danielang

danielang commented 3 years ago

Hi @agamsps We don't use this package anymore. We searched for a smooth alternative and switched to zoomy on Android. We don't create an dedicated package for it and implemeted it directly in our RN CLI project.

Here some references which could be useful for you:

Hope this will help you.