react-native-image-carousell icon indicating copy to clipboard operation
react-native-image-carousell copied to clipboard

paging is broken after zoom back to scale=1

Open Kudo opened this issue 8 years ago • 0 comments

That is a known issue in iOS UIScrollView

Common solution as the answer is to use nested ScrollView. Unfortunately, it will cause another issue as react-native #41

Warning: ScrollView doesn't take rejection well - scrolls anyway

One workaround is to re-render view after zooming back.

Kudo avatar Apr 10 '16 14:04 Kudo