Is there a way to make the keyboard slide down in response to a user gesture on the chat window? This is the behavior on many apps like Instagram for example.
Just curious if it was possible to do it at all with this library or if someone else has done it.
- react-native-gifted-chat version: 0.16.1
Not quite, I meant more like this https://github.com/APSL/react-native-keyboard-aware-scroll-view.
Anyways for us to use an HOC with the FlatList in GiftedChat? I didn’t see an interface to it…there is no way to swap the FlatList component AFAIK.
Is there anyway to do that with this library?
FlatList is imported directly from react-native and no way to change the component:
react-native-gifted-chat/src/MessageContainer.tsx
Line 5
in
5ba0c24