Replies: 1 comment
-
Never mind, figured it out. Literally disableGestures = {true} :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Love the responsive linechart, but running into an issue: I have multiple charts displayed as components in a SwipeListView/TouchableOpactity container. (Imagine the iPhone Stock app where you see a vertical list of stock charts and you can swipe the list up/down)
What I noticed is that the charts don't propagate gestures upstream to the parent view. If I replace the charts in the SwipeListView with color blocks, the user can swipe the color blocks and the whole list scrolls. But if I replace the color blocks with an OOTB responsive-linechart component, the parent list view doesn't react to a user's holding-and-swiping the charts up and down.
Please let me know if this makes sense (I can explain in further detail) and what a solution might be.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions