react-native-chat-ui icon indicating copy to clipboard operation
react-native-chat-ui copied to clipboard

feat: forward FlatList ref and make automatic scroll disableable

Open hirbod opened this issue 2 years ago • 0 comments

Hi,

https://github.com/flyerhq/react-native-chat-ui/blob/main/src/components/Chat/Chat.tsx#L173-L185

Forces an automated scrolling. Since I am using a customBottomComponent, I am handling things differently. Also does this not play nicely with https://github.com/facebook/react-native/pull/31402

I'll have to patch-package this for now but it would be awesome to make this

a) configurable (default activated for the normal user) b) forwardRef of FlatList so we can actually make custom scroll decisions.

hirbod avatar May 25 '22 09:05 hirbod