chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Add starting zoomScale #39

Closed Tamiyadd closed 2 months ago

Tamiyadd commented 6 years ago

added zoomScale props to set starting zoom scale

lecler-i commented 6 years ago

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.

Tamiyadd commented 6 years ago

@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