justhive / react-native-view-editor

A simple wrapper for being able to rotate, pan, and resize a child view or image with animations.
https://medium.com/@sscaff1/react-native-image-panning-zooming-832aef361c87#.dyvem0jr4
29 stars 16 forks source link

2019 working SimpleViewEditor.js #27

Open io-pan opened 5 years ago

io-pan commented 5 years ago

Hi, I had problems running that code on RN 0.58.6, only single touch on Modal view, some execution warning / errors ...

Attached is my final and working SimpleViewEditor.js

SimpleViewEditor.txt

@JustHive, many thanks for that code, it is an excellent starting point for what I need to do.

I'm now centering scale & rotation ... to be continued