-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Touchable Opacity props warnings #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you installing React 15.4? |
No, React and React-Dom are 15.3.2. Upgrading to 15.4 throws a ton of different errors. |
Can you share a bit more info about your setup or example code |
Nothing out of the ordinary AFAIK. The warnings seem to be tied to https://github.com/necolas/react-native-web/blob/master/src/components/Touchable/TouchableOpacity.js#L186 |
You'll only be seeing those warnings if the |
I haven't explicitly installed that. It appears that it's part of react/react-native, yeah? |
I saw this same error when I accidentally ended up with |
That makes sense. You shouldn't need to install |
That was it. |
Just wanted to confirm that installing [email protected] does resolve the issue. |
Confirmed, |
I'm running into an issue where Touchable Opacity has additional props that React is throwing warnings on. I've verified in the code that those props exist on the latest version. Is there something I'm missing or should be doing?
Console:
Warning: Unknown props `onStartShouldSetResponder`, `onResponderTerminationRequest`, `onResponderGrant`, `onResponderMove`, `onResponderRelease`, `onResponderTerminate` on <button> tag. Remove these props from the element.
react-dom: 15.3.2
react-native-web: 0.0.51
The text was updated successfully, but these errors were encountered: