css-to-react-native icon indicating copy to clipboard operation
css-to-react-native copied to clipboard

Convert CSS text to a React Native stylesheet object

Results 24 css-to-react-native issues
Sort by recently updated
recently updated
newest added

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: ![Image](https://github.com/user-attachments/assets/dc6b5ea7-be8d-49af-b072-0db79bd0262c) Unfortunately, attempting to recreate the same in...

help wanted