mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
increasing keyboard offset in thread
This commit is contained in:
parent
c4d675cb0e
commit
fec1f9e2cf
@ -67,7 +67,7 @@ export function Conversation({ navigation, cardId, channelId, closeConversation,
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<KeyboardAvoidingView behavior={Platform.OS === 'ios' ? 'padding' : 'height'} keyboardVerticalOffset={navigation ? 72 : 0}>
|
||||
<KeyboardAvoidingView behavior={Platform.OS === 'ios' ? 'padding' : 'height'} keyboardVerticalOffset={navigation ? 100 : 0}>
|
||||
<View style={styles.container}>
|
||||
{ !navigation && (
|
||||
<View style={styles.header}>
|
||||
|
Loading…
Reference in New Issue
Block a user