Hai Le

Results 5 comments of Hai Le

Thank you, we are not using flex in this case. Do you think of any other reasons that can cause the issue?

Here's the full code ```tsx return ( {/* Content area */} {/* Header */} } //... const styles = StyleSheet.create({ image: { width: '100%', borderTopLeftRadius: tokens.number('borderRadius.lg'), borderTopRightRadius: tokens.number('borderRadius.lg'), }, )}...

Quick question, can we improve this rendering issue by explicitly call `viewRef.measureLayout()` before presenting the sheet? rather than relying on onLayout callback?

@lodev09 sorry I was busy with something else. I will try to create an example project this week and let you know.

I'm encountering the same issue with ``` expo: 52.0.35 react-native: 0.76.7 ``` app.json ```json "expo": { .... "newArchEnabled": true, .... } ```