According to React Native docs, React Native comes with a native fetch.
I also created a new React Native project using Expo per documentation and tested using the web and iOS versions. Both seem to work fine without fetch-ponyfill.
All tests pass except one. That one is unrelated to this PR.
According to React Native docs, React Native comes with a native fetch.
I also created a new React Native project using Expo per documentation and tested using the web and iOS versions. Both seem to work fine without fetch-ponyfill.
All tests pass except one. That one is unrelated to this PR.