Asher Lim
Asher Lim
I would be happy to assist with the bisect of this for now and we can explore further options if need be. My test method so far has been to...
Thanks for the helpful insight. I've managed to run a new set of tests. The good news is that between 0.76.2 and 0.80.6 there appears to be little regression (on...
Hi, thanks for the update. In the meantime, are there any good workarounds? This is impacting the placement of visual elements on our screens.
One example is, in a bottom sheet, the initial position starts off screen at `Dimensions.get('window').height.` When the content is rendered, it gets translated in up to a maximum height also...
Naively, one approach for a workaround might be to know the height of the gesture bar, then deduct that from `Dimensions.get('window').height` or `Dimensions.get('screen').height` for only API 35. However, I'm not...