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

Style React-Native components with css

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

Hi, Who uses the VSCode, version >= 1.20.0, if you put the `css` word in a `.js` or `.jsx` file, you will can use css-code complete. Take a look: ![captura...

[email protected] [email protected] Android 7.1.1 code: ``` const runningColor = 'green'; const lss = RNC` bla { background-color: ${runningColor}; } ` return ``` Error: ![screenshot_20170905-213944](https://user-images.githubusercontent.com/1194338/30090665-edda977e-9282-11e7-9531-10f4ad89de40.png)

Fixes https://github.com/sabeurthabti/react-native-css/issues/60

Just to announce we are releasing version two: ```js - Remove sass/scss support, this is a huge overhead for little benefit. - No CLI, we believe that this is an...

Using _reactInternalInstance, :first-child, last-child, nth-child are now implicitly set on all styled components. Since I accidently set remote origin instead of upstream on my last push, this PR can also...

How can I properly use the shadowOpacity: {height, width}?

I would like to have ability to use `...StyleSheet.absoluteFillObject` for styles.

Hi, I must say that you have done a great job by internally integrating with SASS. I want to know, do you have any plans for integrating with other css...

So a while back I wrote this... https://github.com/jspears/postcss-react-native Its very similar, however it has a few things that react-native-css does not. - Transitions - Animations - Full shorthand support. -...

We should add validation for CSS properties that would generate invalid RN values and display a warning in the console for these values and preferably show the file and line...