Skip to content

Commit 38d8921

Browse files
Merge branch 'vishal/keyboard' of github.com:GetStream/stream-chat-react-native into vishal/keyboard
2 parents 349f26b + d97c761 commit 38d8921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export interface ChannelProps
211211
*/
212212
KeyboardCompatibleView?: React.ElementType<KeyboardCompatibleViewProps>;
213213
keyboardVerticalOffset?: number;
214-
keyboardBehavior?: 'height' | 'position' | 'padding';
214+
keyboardBehavior?: KeyboardAvoidingViewProps['behavior'];
215215
disableIfFrozenChannel?: boolean;
216216
}
217217

0 commit comments

Comments
 (0)