Victory-native: Gestures not working over rendered chart on Android

Created on 17 Aug 2017  路  4Comments  路  Source: FormidableLabs/victory-native

I am neither able to scroll down or swipe to open drawer when gesture region falls above the rendered Pie chart

Most helpful comment

Try to set <View pointerEvents="none"> on the view surrounding your victory component.

All 4 comments

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)

Was this page helpful?
0 / 5 - 0 ratings