FaridSafi / react-native-gifted-chat

💬 The most complete chat UI for React Native
https://gifted.chat
MIT License
13.5k stars 3.55k forks source link

Custom keyboard #1734

Closed samgermain closed 4 years ago

samgermain commented 4 years ago

I want to change the keyboard so that the default keyboard is a selection of stickers, but you could switch to the regular keyboard. Do you know the easiest way to do this? Would it be easy?

samgermain commented 4 years ago

I created a custom keyboard using react-native-keyboard-input . Is there a way to simply replace the keyboard in react-native-gifted-chat with a keyboard like this?

yoolsylva commented 4 years ago

you need set renderInputToolbar={() => null} and place custom keyboard bottom:

<GiftedChat .... //other props renderInputToolbar={() => null} /> {this.renderCustomKeyboard()}

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.