You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forces an automated scrolling. Since I am using a customBottomComponent, I am handling things differently.
Also does this not play nicely with facebook/react-native#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.
The text was updated successfully, but these errors were encountered:
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 facebook/react-native#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.
The text was updated successfully, but these errors were encountered: