alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 434 forks source link

Fix sluggish presentation animation on iOS #139

Closed LcTwisk closed 5 years ago

LcTwisk commented 6 years ago

Changes in #103 introduced a bug when presenting the component with a modal transition on iOS. This was caused by a delay on the main thread which is used to make sure that the bounds of the view are set. I removed the delay, and moved the calculation of the contentSize to the layoutSubviews method.

lestarcdog commented 5 years ago

Is there any update on this fix? This issue also has come up on my project.

tmjordan commented 5 years ago

Still have the same problem