react-navigation / react-navigation

Routing and navigation for your React Native apps
https://reactnavigation.org
23.3k stars 4.97k forks source link

fix: remove global in favor of globalThis for better compatibility #11976

Open natew opened 1 week ago

natew commented 1 week ago

Please provide enough information so that others can review your pull request.

Motivation

I'm using react-navigation with Vite (browser-loaded esm) and this is actually really tricky to fix because imports are always hoisted above code, so my polyfill attempts get pushed below the react-navigation import unless I literally add a script tag above the app entrypoint.

Moving to globalThis should be safe and supported in most node/react-native/browsers from the last few years.

Test plan

I haven't tested thoroughly.

github-actions[bot] commented 1 week ago

Hey @natew! Thanks for opening your first pull request in this repo. If you haven't already, make sure to read our contribution guidelines.

github-actions[bot] commented 1 week ago

Hey @autofix-ci[bot]! Thanks for opening your first pull request in this repo. If you haven't already, make sure to read our contribution guidelines.

netlify[bot] commented 1 week ago

Deploy Preview for react-navigation-example ready!

Name Link
Latest commit d0304ae436389127e56f2592cc00ff15ea647b63
Latest deploy log https://app.netlify.com/sites/react-navigation-example/deploys/6637dfadc261600008972312
Deploy Preview https://deploy-preview-11976--react-navigation-example.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 week ago

Deploy Preview for react-navigation-example ready!

Name Link
Latest commit ad8a3782e4325777ee8a6ae7b396c7b9531a5e06
Latest deploy log https://app.netlify.com/sites/react-navigation-example/deploys/6637dff94ac3d10008a8209c
Deploy Preview https://deploy-preview-11976--react-navigation-example.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.