keyboard-compatible-view

0.0.1 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i keyboard-compatible-view

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

8.22 kB

Total Files

5

Last publish

Collaborators

  • vishtree