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
Working with styled-components and react-native-web can be frustrating, because things like:
constStyledView=styled(View)` &:hover { /* some hover state */ }`
will just refuse to compile on the web without throwing an error. It'd be really helpful for multi-platform projects to know when our web-specific syntax is getting stripped so that we can refactor correctly.
The text was updated successfully, but these errors were encountered:
Could you open this on the main styled-components repo? If you look at the API, this only takes pre-parsed declarations, so is out of the scope of css-to-react-native to fix. Thanks! 🙂
Uh oh!
There was an error while loading. Please reload this page.
Working with
styled-components
andreact-native-web
can be frustrating, because things like:will just refuse to compile on the web without throwing an error. It'd be really helpful for multi-platform projects to know when our web-specific syntax is getting stripped so that we can refactor correctly.
The text was updated successfully, but these errors were encountered: