React-Native 0.61.0-rc.0 - Touchable* & *Button does not trigger `onPress` event.
See original GitHub issueHi,
With newest RC version, onPress event is not triggered. I’m not sure yet with GestureHandlers but I will create repro example with both 60.x & 61.x.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:21
- Comments:23 (1 by maintainers)
Top Results From Across the Web
React Native - onPress function does not trigger - Stack Overflow
The only way I was able to trigger the function was when I removed the arrow function from the onPress class. onPress={this.buttonClicked()} But ......
Read more >Pressable - React Native
Pressable is a Core Component wrapper that can detect various stages of press interactions on any of its defined children.
Read more >prevent touch parent on children view react native - You.com
Attempt to use the button. Describe what you expected to happen: I would expect the touchable surfaces to work (onPress events etc.) Snack,...
Read more >Button - React Native Elements
This is documentation for React Native Elements 2.3.2, which is no longer actively maintained. For up-to-date documentation, see the latest version (4.0.0-rc.
Read more >Using Buttons in React Native - Kenny Marks - Medium
There are two types of button elements commonly used in React Native, the Touchable ... However, this is not the same as the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@kmagiera I’m closing this as RNGH is working properly with RN 61.1.
Thanks 🙌 🙌 🙌
With 0.61.0-rc.2 also all the components relying on PanGestureHandler don’t seem to work. Native Swipeable and
react-native-modalizedon’t accept any swipe gestures anymore.