Youcef Zahariou

Results 3 comments of Youcef Zahariou

i just figured it out, yes it supports it and it goes like this : ```javascript import { ReactNativeFile } from 'extract-files'; const mutation = gql` mutation uploadFile($file: Upload) {...

Hello i just replaced them with this and it works ```javascript jest.mock('react-navigation-shared-element', () => { return { createSharedElementStackNavigator: jest.fn(), }; }); ``` just return an object instead of a function

I'm having the same issue, can anyone help please ?