From 537c3cb0ca05d428b471e38718659f021c395caa Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sun, 1 Mar 2026 22:50:18 +0200 Subject: [PATCH] rm extraneous comment --- modules/bottom-sheet/src/BottomSheetNativeComponent.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx b/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx index f0035c9505..d5094f8781 100644 --- a/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx +++ b/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx @@ -115,8 +115,6 @@ export class BottomSheetNativeComponent extends React.Component< this.setState({viewHeight: height}) } : undefined - // Content height changes are observed natively on both platforms: - // iOS uses KVO on content view bounds, Android uses OnLayoutChangeListener. } />