You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Determine whether to handle keyboard awareness inside the plugin. If you have your own keyboard handling outside the plugin set this to false; default is `true` */
77
77
isKeyboardInternallyHandled?: boolean
78
+
/* Completely disable react-native-keyboard-controller. Useful when using react-native-navigation or other conflicting keyboard libraries; default is `false` */
79
+
disableKeyboardController?: boolean
78
80
/* Whether to render an avatar for the current user; default is false, only show avatars for other users */
79
81
showUserAvatar?: boolean
80
82
/* When false, avatars will only be displayed when a consecutive message is from the same user on the same day; default is false */
0 commit comments