css-to-react-native
css-to-react-native copied to clipboard
Convert CSS text to a React Native stylesheet object
Please can we add support for margin and padding(start/end), thank u
I was wondering if adding an extra check for `node.value === 'currentcolor'` would cause large issues in the `matchColor` function.
### Why It was decided the ```I18nManager.forceRtL(true)``` does nothing on Web, hence rendering RtL handling between native/non-native very difficult using properties like margin-left/margin-right (mobile flips whereas web doesn't). With this...
Since React Native 0.76, `boxShadow` and `filter` is supported (the latter partially). This means that, for example: ``` ``` is absolutely legit:  Unfortunately, attempting to recreate the same in...