istanbuljs / babel-plugin-istanbul

A babel plugin that adds istanbul instrumentation to ES6 code
BSD 3-Clause "New" or "Revised" License
616 stars 72 forks source link

Problems with react-native-reanimated #270

Open LeoRedin opened 2 years ago

LeoRedin commented 2 years ago

Hello!

I am trying to use the plugin with this lib for animations in react native. The thing is that babel-plugin-istanbul works alone but not in sync with the animated lib. I got a repo that covers that and I was wondering if this is something on the babel side?

The repo.

Thanks!