Eike Foken
Eike Foken
I'm curious how this will look, because we are using React Native (Web) and currently have 2 different packages, one for React Native and one for WebComponents. We already share...
Okay! I really wanna help out with this, to make it possible. 1. Maybe we can start with a small set of HTML, like `div` -> `View`, `span` -> `Text`;...
@jasonbahl If I download the plugins as ZIP file and install them, of course, it works as all plugins have their own `vendor` folder. But if one uses Bedrock and...
@jasonbahl Composer handles dependencies like that, we have only one vendor directory, so only one version of a package can be installed – no matter what. The only solution is...
I think `role="option"` is missing
@dohomi Dripsy and Restyle are indeed very good, but both do not support Server Side Rendering, while NativeBase does, because of this styles implementation. IMO this is a big advantage...
I thought about this. There several different improvements that have to be made: 1. As Atomico has it's own styles API (and React does not) that is also slightly similar...
In the meantime I created this: https://github.com/efoken/atomico-styled
Sure it is possible to use CSS custom properties, but as I mentioned we cannot use them because we share styles with React Native. Besides that there are also some...
Yeah I see, I already read your code and thought that it's not possible that Providers render Fragments – clearly 😄 But then just in my opinion it would be...