keyboard-compatible-view

Keyboard view for stream-chat-react-native components.

Usage no npm install needed!

<script type="module">
  import keyboardCompatibleView from 'https://cdn.skypack.dev/keyboard-compatible-view';
</script>

README

KeyboardCompatibleView

Keyboard view for stream-chat-react-native components.

Usage

import { KeyboardCompatibleView } from 'keyboard-compatible-view';
import { Chat, Channel } from 'stream-chat-react-native';

<Chat client={client}>
    <Channel
        channel={channel}
        KeyboardCompatibleView={KeyboardCompatibleView}
    >
    </Channel>
</Chat>