Skip to content

Commit

Permalink
fix shouldEnableMaxHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
aeioual authored Feb 20, 2024
1 parent 00c5fd2 commit 5ad20f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SearchPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ function SearchPage({betas, reports, isSearchingForReports}) {
includeSafeAreaPaddingBottom={false}
testID={SearchPage.displayName}
onEntryTransitionEnd={handleScreenTransitionEnd}
shouldEnableMaxHeight
>
{({didScreenTransitionEnd, safeAreaPaddingBottomStyle}) => (
<>
Expand Down

0 comments on commit 5ad20f3

Please sign in to comment.