Horizonal ScrollView within a RN Vertical ScrollView... #1655
Unanswered
mattwoberts
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a "unlimited scroll" chart, kind of like a wallchart, where you can scroll up/down for your users, and left/right across your calendar days.
I've got this working so that as you reach the last item in the horizontal scrollview, it then loads new content and appends it onto the end. This works, but it's very slow - appending new views seems to take a while and I get the impression I'm missing out on some of the perf benefits of a FlatList too. On slower android devices such as my Pixel 1, it's almost unusably slow when you just swipe around.
I realise this could be one of those "need more context", but does this look right for a performant way to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions