react-native-gifted-chat
react-native-gifted-chat copied to clipboard
Expose internal functions inside `GiftedChat` function component
Issue Description
After 2.1.0
, which migrated GiftedChat
class component into function component, it is impossible to use class methods outside GiftedChat
component using refs.
I needed to patch package in order to use them.
Is it possible to provide a "in-library way" to get internal functions?
@changwoolab what methods are you trying to call?
@amerikan
They are resetInputToolbar
, messageContainerRef
, scrollToBottom
.