We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b86db commit ab26fecCopy full SHA for ab26fec
1 file changed
src/components/AvatarCropModal/AvatarCropModal.tsx
@@ -356,6 +356,7 @@ function AvatarCropModal({imageUri = '', imageName = '', imageType = '', onClose
356
style={[styles.pb0]}
357
includePaddingTop={false}
358
includeSafeAreaPaddingBottom={false}
359
+ shouldEnableKeyboardAvoidingView={false}
360
testID={AvatarCropModal.displayName}
361
>
362
{shouldUseNarrowLayout && <HeaderGap />}
0 commit comments