Dean (딘)

Results 15 comments of Dean (딘)

Can confirm this issue as well. Just found this extension on Reddit, since I tried a bunch of userscripts and uBlock origin scripts, but none worked out. Now I wanted...

Did this some times but still, after one day it appears to not working.

For me it works with this part: ``` typescript cssInterop(Svg, { className: { target: 'style', nativeStyleToProp: { width: true, height: true, fill: true, }, }, }); ``` But I now...

I'm currently at the same problem. As soon as I try to style the placeholder via the prefix with a text color, it overrides somehow the default value and doesn't...

I'm facing the same issue now too, but other than the `View`, it does not work for me on React Native's text component. I've created the following `classed`: ``` tsx...