Skip to content

Commit

Permalink
disable KeyboardAvoidingView on InitialSettingsPage
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Dec 2, 2024
1 parent f837a0c commit 1e11aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ function InitialSettingsPage({currentUserPersonalDetails}: InitialSettingsPagePr
includePaddingTop={false}
includeSafeAreaPaddingBottom={false}
testID={InitialSettingsPage.displayName}
shouldEnableKeyboardAvoidingView={false}
>
{headerContent}
<ScrollView
Expand Down

0 comments on commit 1e11aba

Please sign in to comment.