chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Touch through does not work on android with overlapping scroll views #5

Open LoganElliott opened 7 years ago

LoganElliott commented 7 years ago

In your example you have "row label" over the grey boxes but in android you can't click the boxes behind the labels. In IOS this works.

This could be an issue with your library or with how pointerevents for React Native on Android

chrisfisher commented 7 years ago

@LoganElliott Yep I know the issue you mean. I'll try take a look when I get some time, or else feel free to raise a PR 😄

luisfuertes commented 7 years ago

Any update of this in v1.2.1?

chrisfisher commented 7 years ago

@luisfuertes No, sorry. PR's welcome :)

WalkerCS commented 6 years ago

hello, I have same issue any update on this issue?

WalkerCS commented 6 years ago

Hi Guys this issue had been solve just change width: 45 in StyleSheet rowLabelsContainer in Grid.js