Jaakko Mustalahti
Jaakko Mustalahti
What is your @mciechanowicz plan with this PR? From Google docs: > Starting in August 2022, new apps must target API level 31 (Android 12) or above and adjust for...
@jongbelegen A little offtopic, but have you managed to use this library past RN 0.66?
Hi, how is this PR going? It would be very valuable to get this merged to allow SDK 31.
I tried to debug this without luck. Did anybody find a solution?
What do you think if all calls of ``` expect(received).toEqual( expect.objectContaining(input), ); ``` Could be replaced with e.g. [deep-equal](https://www.npmjs.com/package/deep-equal) library? More specifically in https://github.com/m-radzikowski/aws-sdk-client-mock/blob/4a96d3479d126a4416b3d438a5946b4381522436/packages/aws-sdk-client-mock-jest/src/jestMatchers.ts#L274-L276 & https://github.com/m-radzikowski/aws-sdk-client-mock/blob/4a96d3479d126a4416b3d438a5946b4381522436/packages/aws-sdk-client-mock-jest/src/jestMatchers.ts#L321-L323. If the equality is...