Skip to content

Commit

Permalink
Merge pull request #35363 from Amarparab2024/issue35182
Browse files Browse the repository at this point in the history
[Fix]: Search - "Invite a friend" banner do not move up when input field is focused in search page
  • Loading branch information
stitesExpensify authored Feb 5, 2024
2 parents ab1bcb7 + 50ca232 commit 82c2444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SearchPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ function SearchPage({betas, personalDetails, reports, isSearchingForReports, nav
testID={SearchPage.displayName}
onEntryTransitionEnd={updateOptions}
navigation={navigation}
shouldEnableMaxHeight
>
{({didScreenTransitionEnd, safeAreaPaddingBottomStyle}) => (
<>
Expand Down

0 comments on commit 82c2444

Please sign in to comment.