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. } />