mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-12 08:05:15 +08:00
So many random things stopped working.
They were mainly caused by a rerender happening in a child view while some react-spring animation was happening.
Also I could not scroll on some places anymore, so I had to add collapsable={false} to some views as seem here: https://github.com/facebook/react-native/issues/21026#issuecomment-442785268
[Web] Workaround for white edge bug on images
https://github.com/necolas/react-native-web/issues/1228