FaridSafi / react-native-gifted-chat

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

Property ref error #2388

Open ezequiel88 opened 1 year ago

ezequiel88 commented 1 year ago

Is there any easy way to get the instance? Ref is missing in the latest version.

Captura de Tela 2023-05-11 às 00 38 07
brightsider commented 1 year ago

The same thing happens after 2.1.0

amerikan commented 1 year ago

@brightsider @ezequiel88 what are you trying to access in the component with the ref?

fahad86 commented 1 year ago

@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).

edapess commented 1 year ago

it's like 2 months guys, any news ?

joselantifeka commented 1 year ago

any news ?

joselantifeka commented 1 year ago

image

I managed to solve it with these new props, I hope it works for you.

mariomurrent-softwaresolutions commented 5 months ago

Yeah, where did the ref property go?