Emilio Henrique Corrêa
Emilio Henrique Corrêa
I'm having the same problem. I tried to upgrade the version to 30.0.2, but without success edit: I solved sending the correct secret key
> Hmm very interesting. Would you mind creating a small reproduction project? Either as a zip here, or a git repo is fine. I did some tests using pure ReactJs...
Thx, this works for me, I made a script in package.json( `stryker:run` ) to run in pipelines and that's it, thanks again
I have a simple use for `Image` from `expo-image`, so I did a work around for this, using mocks and `react-native ` Image component. ``` jest.mock('expo-image', () => { const...