-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
featureFeature or technical requestFeature or technical request
Description
Describe the issue
import { css } from 'react-strict-dom';
const styles = css.create({
test: {
width: 150,
height: 'calc(100px + 50px)',
backgroundColor: 'pink',
},
});
css calc not work in react native (it works in web)
Expected behavior
css calc works in react native
Steps to reproduce
code above
Test case
No response
Additional comments
No response
Metadata
Metadata
Assignees
Labels
featureFeature or technical requestFeature or technical request