Matt Scholta
Matt Scholta
This would be super useful for `i18n` 👍
I'm curious if this is the best issue or if there's another related GH issue **re:** `objectType` and `inputObjectType` re-use?
@lili21 I wouldn't say it's necessarily `bad for performance` as we have a single CSS chunk that contains the entire applications CSS at 7kb. Depending on the final size the...
~@theKashey Can we re-open this guy as~ it's a blocker for users of this package from updating to Webpack 5? Also is there any idea of timing or any assistance...
Amazing, I should have poked around the branches a bit more, I didn't see it linked here 🤷. Thanks again and thank you for all the fantastic work thats gone...
The ability to link a CSS file here, which sits in the `html head` might make the customization much more flexible 🤔
Just ran into this as well, you can mock it with ```tsx jest.mock('rn-tooltip', () => { return (props) => { return {props.children}; }; }); ```
Thanks, yeah for RN we should be mocking with a `View` there 👍 . Jumping between platforms 🤷 but appreciate the callout 💯