Ease the way the keyboard can be dismissed in the login screen (#6341)

This commit is contained in:
Elias Nahum 2022-06-03 08:10:51 -04:00 committed by GitHub
parent 2d3d43c000
commit 413dc41bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,13 +191,13 @@ const LoginOptions = ({
<Background theme={theme}/>
<AnimatedSafeArea style={[styles.container, transform]}>
<KeyboardAwareScrollView
bounces={false}
bounces={true}
contentContainerStyle={[styles.innerContainer, additionalContainerStyle]}
enableAutomaticScroll={Platform.OS === 'android'}
enableOnAndroid={false}
enableResetScrollToCoords={true}
extraScrollHeight={0}
keyboardDismissMode='on-drag'
keyboardDismissMode='interactive'
keyboardShouldPersistTaps='handled'
ref={keyboardAwareRef}
scrollToOverflowEnabled={true}