Matthew Hartman
Matthew Hartman
This would be really helpful for us as well. We use the target flag to generate ent into a `generated` folder. That works fine for ent and for entgql, but...
Here is how I'm currently patching react with this plugin. I'd love to have the plugin itself address this issue though. https://github.com/hartmamt/react-with-tap-events
We use the version patched version of react I linked above as an external, we haven't had any issues...but I agree it is a pain and we have to maintain...
Should be fixed by #6
I fixed this by changing passProps to props: https://github.com/hartmamt/react-native-lightbox/blob/master/Lightbox.js#L100 I can do a PR if this makes sense to anyone. I'm not sure if this is the right solution. I...