Open ezequiel88 opened 1 year ago
The same thing happens after 2.1.0
@brightsider @ezequiel88 what are you trying to access in the component with the ref?
@brightsider @ezequiel88 what are you trying to access in the component with the ref?
want to be doing something like giftedChatRef.current?.scrollToBottom()
which I was able to do before, and I am not able to do now after 2.1.0 functional component refactor.
Basically trying to access the underlying message list (FlatList/Scroll component).
it's like 2 months guys, any news ?
any news ?
I managed to solve it with these new props, I hope it works for you.
Yeah, where did the ref property go?
Is there any easy way to get the instance? Ref is missing in the latest version.