react-native-touch-through-view icon indicating copy to clipboard operation
react-native-touch-through-view copied to clipboard

[Android] Touchables in TouchThroughView do not work

Open woodpav opened this issue 4 years ago • 13 comments

Version: https://github.com/simonhoss/react-native-touch-through-view/commit/0ae415af69365785c3ff5f10901e6b606bc11348

Steps to reproduce:

  1. Put a Touchable in a TouchThroughView
  2. Touch the Touchable
  3. No interaction on Android, interaction on iOS

Workaround:

Put multiple TouchThroughViews in a View such that the area underneath the Touchable is the View.

Artboard 1

woodpav avatar Aug 29 '19 04:08 woodpav