Guy Manzurola

Results 3 comments of Guy Manzurola

@liadbelad I had it done by hooking onto the onStop event, where the complete blob is supplied. Supply the function pointer when creating the react hook, and in your onStop...

Hi, I'm interested in this as well. Having issues with [victory-native](https://formidable.com/open-source/victory/docs/native/). My app crashes when loading a chart. Removing the babel react-annoate plugin solves it. I dug a bit and...

@nateq314 and anyone who needs a fix, you can exclude this module and relevant files via babel. As such: ``` overrides: [ { include: './node_modules/victory-native', plugins: [['@fullstory/annotate-react', false]], }, ],...