You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I press on anywhere on the page, it shows the following errors:
Uncaught TypeError: Cannot read property 'type' of null at Object.push../node_modules/react-native-web/dist/modules/ResponderEventPlugin/index.js.ResponderEventPlugin.extractEvents
The problem
Use TouchableOpacity with onPress causes an error to the whole page. I added
Once I press on anywhere on the page, it shows the following errors:
How to reproduce
https://codesandbox.io/s/cranky-fire-r34s2?fontsize=14
Simplified test case:
Steps to reproduce:
Expected behavior
It should alert with text "test"
Environment (include versions). Did this work in previous versions?
I cannot reproduce this in React & React Dom 16.8.6
The text was updated successfully, but these errors were encountered: