You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Axios + React Native, doesn't currently work out of the box. After a few back and forth between the different similar issues opened, there is a way to make it work with version msw: 2.1.7 and "@mswjs/interceptors": "0.25.12"
If you update to latest it breaks because of a new dependency not available in react native
Scope
Adds a new behavior
Compatibility
Feature description
Axios + React Native, doesn't currently work out of the box. After a few back and forth between the different similar issues opened, there is a way to make it work with version
msw: 2.1.7
and"@mswjs/interceptors": "0.25.12"
If you update to latest it breaks because of a new dependency not available in react native
Patches
with npx patch-package
mswjs+interceptors+0.25.12.patch
References
#1926
#2344
#2026
https://stackoverflow.com/questions/56207968/stream-api-with-fetch-in-a-react-native-app/77089139#77089139
The text was updated successfully, but these errors were encountered: