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
I would like to achieve that always when I add new items to the end of the list the list will scroll to the bottom.
What works 💚
I can achieve that when using Item from this library.
Gif
What doesn't work 🔴
When I use exactly the same code except I use Cell instead of Item it will flash and also start from the top again and also it does not animate to the bottom.
Gif
Conclusion
Looks like bug to me 😢 I would really hope this will get fixed because Item is too limited for me. I have to style the component. I can help also to resolve this issue if you guys point me to right place to look.
If this is not fixable do you have other suggestions on these kind of React Native iOS libraries?
The text was updated successfully, but these errors were encountered:
Code for reproduction is here: https://github.com/henrikra/react-native-tableview/blob/append-items-bug/example/src/screens/Example9.js
What I would like to achieve
I would like to achieve that always when I add new items to the end of the list the list will scroll to the bottom.
What works 💚
I can achieve that when using
Item
from this library.Gif
What doesn't work 🔴
When I use exactly the same code except I use
Cell
instead ofItem
it will flash and also start from the top again and also it does not animate to the bottom.Gif
Conclusion
Looks like bug to me 😢 I would really hope this will get fixed because
Item
is too limited for me. I have to style the component. I can help also to resolve this issue if you guys point me to right place to look.If this is not fixable do you have other suggestions on these kind of React Native iOS libraries?
The text was updated successfully, but these errors were encountered: