I am neither able to scroll down or swipe to open drawer when gesture region falls above the rendered Pie chart
Try to set <View pointerEvents="none"> on the view surrounding your victory component.
@jenskuhrjorgensen I was also facing the same issue. I tried above solution and it's working.
Try to set
<View pointerEvents="none">on the view surrounding your victory component.
still not working for me on Android
works for me on Android (RN 0.59)
Most helpful comment
Try to set
<View pointerEvents="none">on the view surrounding your victory component.