Constructor-io / constructorio-client-javascript

Constructor.io JavaScript client for web applications
https://constructor.io
MIT License
17 stars 5 forks source link

[CI-3757] Remove fetch-ponyfill #330

Closed esezen closed 1 month ago

esezen commented 2 months ago

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.