mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Improve push experience
This commit is contained in:
@ -319,7 +319,7 @@ const ScreenCompose: React.FC<ScreenComposeProp> = ({
|
||||
<KeyboardAvoidingView
|
||||
style={styles.base}
|
||||
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
|
||||
keyboardVerticalOffset={Platform.OS === 'android' ? 63 : 0}
|
||||
keyboardVerticalOffset={Platform.OS === 'android' ? 30 : 0}
|
||||
>
|
||||
<SafeAreaView
|
||||
style={styles.base}
|
||||
|
Reference in New Issue
Block a user