stasmotorny

Results 2 comments of stasmotorny

Hey guys. Do we have a fix for this issue? I have it on aws-amplify-react-native ^6.0.5 My dependencies are: `"dependencies": { "@react-native-async-storage/async-storage": "^1.17.7", "@react-native-community/netinfo": "^9.3.0", "@react-native-picker/picker": "^2.4.2", "amazon-cognito-identity-js": "^5.2.10", "aws-amplify":...

> `mockReactNativeFirestore` actually does the mock for you, so you shouldn't have to call `jest.mock`. The test should look like: > > ```js > describe('your test', () => { >...