es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
396 stars 2 forks source link

migrate react-navigation to use URLSearchParams #12

Open 43081j opened 10 months ago

43081j commented 10 months ago

The react navigation package can be found here: https://github.com/react-navigation/react-navigation/tree/main/packages/core

We should migrate to using URLSearchParams instead of the query-string package.

Blocked

Blocked by facebook/react-native#38656

emeraldsanto commented 9 months ago

This is due to React Native not implementing URLSearchParams by default https://github.com/facebook/react-native/issues/38656

43081j commented 9 months ago

Good catch!

Looks like it is being tackled in facebook/react-native#38675 if anyone wants to support by reviewing that etc