onPress not responding correctly after upgrade #17577
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
This is my second app where after updating react-native and react-navigation, the touches don't register correctly on certain Touchables.
I can't narrow down why it works on only some Touchables and not others.
I can't even narrow it down to whether it's react-native or react-navigation
Last time I had this problem I was able to just use onPressIn, but this time I cannot.
Environment
Environment:
Node: 8.1.3
Yarn: 1.3.2
npm: 5.6.0
Watchman: 4.7.0
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: ^0.52.0 => 0.52.0
react-navigation: ^1.0.0-beta.25
Expected Behavior
onPress responds on 1st click everytime
Actual Behavior
onPress takes anywhere between 1-6 clicks for it to register
The text was updated successfully, but these errors were encountered: