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

Style React Native components using CSS, PostCSS, Sass, Less or Stylus.

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

Hope that grid layout the amazing feature of css will be in hand of react native that will solve many problems as the default flex layout make it hardly to...

Wontfix 🚫

When we use css style for border radius, we are having an error on only android devices. IOS works fine! CSS: ` .input { border-radius: 4px; } ` The error...

Needs to be verified πŸ”

Hi, I have integration as follow the steps you provided but the after creating CSS file and apply on js file. it's working fine in the iOS device but not...

Documentation ✍️

If I type for example ``` align-items: notexist; ``` it instantly crashes in expo go with no errors

I'm currently working on a themeable react native project and wanted to implement cascading styles with child selectors. I saw that you wrote in your FAQ, that cascading childs and...

Question❓
Wontfix 🚫

it's okay for using `border:var(--header-background-border);` but if turn to be `border-bottom:var(--header-background-border);` immediately doesn't work

Wontfix 🚫

I couldn't find anything to explain that.

Help wanted πŸ™‹
Documentation ✍️
Discussion πŸ‘„

Whenever I use the style or className attribute, I get this error: TS2769: No overload matches this call. When I run it, it works but I'm not sure why it...

``` "expo": "40.0.1", "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz" ``` I checked each step according to the proposed instructions (https://github.com/kristerkari/react-native-css-modules/blob/master/docs/setup-less.md), but not working. Not for web, not for android ``` metro.config.js const { getDefaultConfig...

Hi! This issue may be similar to existing issue #31 except I am not using Expo. Accessing styles through either `style` or `className` properties has no effect on web. Both...