Dmytro Rudiuk

Results 5 comments of Dmytro Rudiuk

I can confirm that I also had this issue with `"react-native-reanimated": "^2.3.0-beta.2"` and `"react-native": "0.66.0"`. I fixed this by downgrading these two, so my current config alongside other libraries: "react-native":...

So, this issue has been live since the end of 2021 and it's still open? Any workarounds?

@bnickel thank you so much for your investigation, your fix is working!

I mock it like this in my jest setup file: `jest.mock('@heap/react-native-heap', () => ({ withReactNavigationAutotrack: jest.fn() }));`

> ![insomnia rest](https://user-images.githubusercontent.com/37268748/103424002-0af92600-4bbb-11eb-9871-17396b36124f.png) > How can i reference the token in this case? I did it with standard insomnia functionality by creating a "Response -> Body Attribute" tag and selecting...