Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Jun 24, 2024

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.

@samchon samchon added bug Something isn't working enhancement New feature or request labels Jun 24, 2024
@samchon samchon self-assigned this Jun 24, 2024
@samchon samchon changed the title Fix #931: no more use node-fetch due to native fetch() since NodeJS v20. Fix #931: no more use node-fetch for React Native Jun 24, 2024
@samchon samchon merged commit 7b887b6 into master Jun 27, 2024
6 checks passed
@samchon samchon deleted the features/fetch branch June 27, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant