Update signVerify.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-12-13 12:13:50 -05:00
parent 3e8635899b
commit 16910ab5a9
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C

View file

@ -145,6 +145,7 @@ const SignVerify = () => {
return (
<SafeBlueArea style={[styles.root, stylesHooks.root]}>
<StatusBar barStyle="light-content" />
<TouchableWithoutFeedback onPress={Keyboard.dismiss} accessible={false}>
<KeyboardAvoidingView style={[styles.root, stylesHooks.root]}>
{!isKeyboardVisible && (
@ -261,7 +262,6 @@ const SignVerify = () => {
/>
),
})}
<StatusBar barStyle="light-content" />
</KeyboardAvoidingView>
</TouchableWithoutFeedback>
</SafeBlueArea>