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
It is obvious we should support it. The catch is, of course, the above code is invalid in React Native below version 0.76, so it should be opt-in, until the next breaking release, I guess.
Documentation would also need to be updated, as that renders the following obsolete:
There is also support for the box-shadow shorthand, and this converts into shadow- properties. Note that these only work on iOS.
The text was updated successfully, but these errors were encountered:
Since React Native 0.76,
boxShadow
andfilter
is supported (the latter partially). This means that, for example:is absolutely legit:
Unfortunately, attempting to recreate the same in styled-components, in css-to-react-native, this results in:
It is obvious we should support it. The catch is, of course, the above code is invalid in React Native below version 0.76, so it should be opt-in, until the next breaking release, I guess.
Documentation would also need to be updated, as that renders the following obsolete:
The text was updated successfully, but these errors were encountered: