-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Disable warning for certain styles #707
Comments
In this case |
I should've caught that. Just what I needed. Thanks! Love your work on this project! |
No problem. Thank you :) |
However, it happens for some certainly supported properties, i.e. #1308 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
If a certain style is not supported by React Native, I get a warning in the browser. For example:
Warning: "transition" is not a valid style property.
What is the expected behavior?
In certain cases I am certain the stylesheet will not be passed to react-native's Stylesheet and will only be applied in a browser. So it would be nice to disable the warning in certain cases.
The text was updated successfully, but these errors were encountered: