samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.81k stars 94 forks source link

Fix #931: no more use `node-fetch` for React Native #933

Closed samchon closed 3 months ago

samchon commented 3 months ago

NodeJS v20 has started supporting native fetch() function.

Also, current polyfill logic using dynamic import breaks React Native.

Therefore, nestia v3.3 update (or v4.0) will not support node-fetch more.