react-native-directed-scrollview icon indicating copy to clipboard operation
react-native-directed-scrollview copied to clipboard

Add starting zoomScale

Open Tamiyadd opened this issue 7 years ago • 2 comments

added zoomScale props to set starting zoom scale

Tamiyadd avatar Mar 30 '18 14:03 Tamiyadd

For android

Why don't you use the aldready implemented zoomSystem using variable scaleFactor ? You would just have to add a new props like you did that change this value and reupdate the childs whe changing it.

lecler-i avatar Mar 31 '18 11:03 lecler-i

@lecler-i thanks for the suggestion, sadly i'm not an android developer so i implemented the simpliest solution that come to my mind. I'm open to some code hint to improve the android part

Tamiyadd avatar Apr 03 '18 13:04 Tamiyadd