oskarleonard

Results 5 comments of oskarleonard

Wrote a comment here https://github.com/fkhadra/react-on-screen/issues/27 on how i think this could be solved

Hmm, i guess it would be possible to extend the api with an `eventListenerElement` prop? ```

Created a quick MR here to add this feature. https://github.com/react-component/calendar/pull/508 If author thinks this is a good idea i can implement the styling for this as well. Currently im doing...

Solution https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/111 Add: `new ExtractCssChunks({ reloadAll: true }),` to webpack.client.dev

@marklawlor I have create [this basic](https://github.com/oskarleonard/NativewindIconClassname/blob/main/src/App.tsx#L85) repo which reproduces it. It just installs react-native (non Expo), nativewind, react-native-svg-transformer. I also set up a new project with Expo and on Expo...