Nate Wienert
Nate Wienert
I think if we really wanted to do it right we’d have to figure out a way to have code removal and variant removal or shaking, but that’s such an...
@jerryjfwang missed this comment. you can probably use the internal createComponent API: It's like styled but a bit more low level, it takes 3 options: hmmm... now looking at it...
React should support aria but I'm not sure what version https://github.com/facebook/react-native/pull/34502
Btw would love to merge this actually, would just need to change the strategy to not build the icons up-front but instead generate them on pre-publish, and have a test...
@dohomi we need a way to have packages that aren't updated often and are heavier, because otherwise this will weigh down the repo quite a bit. Maybe a community maintained...
Yes this is a valid path, but the only issue is that our extractor would need to support then parsing the imported variable usage so it could turn that into...
Looking at `getStaticBindingsForScope.ts` it may actually even support modules already. Also not sure I love the build-step necessary to change it, we'd have to support that as well. What we...
Appreciate the work here, we can probably come up with something better in the future.
Big +1 from Tamagui on this. All of this looks pretty well done and will help a lot in the long term with bundle size and maintenance. The on- events...
Ah, thanks. Will look into this for the next version.