Eli Zibin
Eli Zibin
@Maydar Any luck with this? I'm currently struggling with the exact same thing.
This issue still seems to be present on the latest versions of all the packages involved here.
Just want to also chime in here and say I'm seeing the same issue where the body is undefined/null when using MSW, Axios, and React Native: ``` "react-native": "0.73.6", .......
Hey @kettanaito I've set up a basic reproducible example here (as simple as I could): https://github.com/zibs/mvce-msw-rn if you have the chance to take a look. The warning that is thrown...
Yeah, React Native doesn't natively support a `.body` on the `Response` object, so the interceptor will always fail. Trying to think of a solution, open to ideas! React Native also...
Just in case anyone else tries this - this doesn't seem to resolve the same issue on Android, even though it does on iOS. Use case was trying to display...
I don't have a repro I can share at the moment, but when I dig into the source for the overlay I see it's just on view on Android https://github.com/software-mansion/react-native-screens/blob/5d0f166d92c684188f218dd10ac933cf51489d28/src/index.native.tsx#LL377...
@carbonrobot had to rebase main and fix conflicts in the lock file in order to merge