WaheedRumaneh

Results 2 comments of WaheedRumaneh

if you face this issue when trying to test your code , put this code in setup file : jest.mock('react-native-blob-util', () => { return { DocumentDir: () => {}, polyfill:...

if you face this issue when trying to test your code , put this code in `setup file` : ` jest.mock('react-native-blob-util', () => { return { DocumentDir: () => {},...