Skip to content

Commit

Permalink
remove shouldEnableMaxHeight, because it interferes with work of minH…
Browse files Browse the repository at this point in the history
…eight
  • Loading branch information
sarious committed Nov 4, 2023
1 parent 6956000 commit 46f24ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/EditRequestAmountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ function EditRequestAmountPage({defaultAmount, defaultCurrency, onNavigateToCurr
<ScreenWrapper
includeSafeAreaPaddingBottom={false}
shouldEnableKeyboardAvoidingView={false}
shouldEnableMaxHeight
shouldEnableMinHeight={DeviceCapabilities.canUseTouchScreen()}
testID={EditRequestAmountPage.displayName}
>
Expand Down

0 comments on commit 46f24ef

Please sign in to comment.