You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When freezing a ScrollView in Android, the children of the ScrollView triggers onLayout with width, height, x, and y` all being 0. The main issue here is that it happens on only Android and not iOS. Ideally it would not happen on either platform.
When freezing a
ScrollViewin Android, the children of theScrollViewtriggersonLayoutwithwidth,height,x, andy` all being 0. The main issue here is that it happens on only Android and not iOS. Ideally it would not happen on either platform.Screen.Recording.2023-12-12.at.6.34.22.PM.mov
Sample code can be found here: https://github.com/tpcstld/react-native-test/tree/tpcstld/freeze-android
Steps to Repro:
Observe that the last recorded height and width change on Android, but not iOS.