1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-03-11 23:12:17 +01:00
parent b21194ca5a
commit 83d472bc4a
2 changed files with 15 additions and 9 deletions

View File

@ -343,8 +343,7 @@ const ScreenCompose: React.FC<ScreenComposeProp> = ({
return (
<KeyboardAvoidingView
style={styles.base}
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
keyboardVerticalOffset={Platform.OS === 'android' ? 30 : 0}
behavior={Platform.OS === 'ios' ? 'padding' : undefined}
>
<SafeAreaView
style={styles.base}