1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix android screens

This commit is contained in:
Zhiyuan Zheng
2021-02-13 13:08:34 +01:00
parent 0c76fb642d
commit a9326c381a
5 changed files with 36 additions and 8 deletions

View File

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