react-native-macos icon indicating copy to clipboard operation
react-native-macos copied to clipboard

Nested <Text> elements block onPress handler

Open bbqsrc opened this issue 7 years ago • 0 comments

<Text>
  <Text onPress={() => alert("Pressed")}>Press me</Text>
</Text>

The child Text element's onPress function will never be called regardless of how hard you mash it. 😉

I'm investigating why this happens and will see if I can fix it myself.

bbqsrc avatar Apr 16 '17 01:04 bbqsrc