Skip to content

Commit

Permalink
Expose max height properties in BottomSheetProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jul 11, 2023
1 parent 470af37 commit 3f5a220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/mobile/bottom-sheet/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ class BottomSheet extends Component {
listProps,
setIsFullScreen: this.setIsFullScreen,
safeAreaBottomInset,
maxHeight,
isMaxHeightSet,
} }
>
{ hasNavigation ? (
Expand Down

0 comments on commit 3f5a220

Please sign in to comment.