Peter Velkov
Peter Velkov
I think it's also related to #110
Thanks for the workaround
@roryabraham > @kidroca Have you tried passing `enableAutoScrollToTop: true`? [This prop](https://github.com/GetStream/react-native-bidirectional-infinite-scroll/blob/main/src/BidirectionalFlatList.tsx#L84) seems like it might do exactly what we need - anchor the chat at 500 instead of 525. Yes,...
Actually here's a prop that I've stumbled on: https://reactnative.dev/docs/virtualizedlist#initialscrollindex > Instead of starting at the top with the first item, start at initialScrollIndex. This disables the "scroll to top" optimization...
> What type is nested in this case? Is this a nested model? a map? It's a nested model from the scaffold I noticed something else, that I think was...
Something to note about JSX code highlighting When the usage example contains `jsx` the code block should be defined using ```jsx ... ``` and not just `js` ```js ... ```...
> It appears to be the hyphen `-` that is throwing things off - I tried many other URL variations and for whatever reason the hyphen is what's blocking editing...
Can't we just skip running this logic for comments and only run it for attachments ? I see we use the `AddComment` command when I send an url like `.../chat-attachments`...
I can't recreate the issue - scrolling does not stop as soon as I lift my finger it continues and decelerates I tested on physical Android device running Android 8...
This ticket is related #1506 > ...this means that instances of different types are never compatible with each other... Even when the instances are of the same type this error...