Open 43081j opened 10 months ago
This is due to React Native not implementing URLSearchParams
by default https://github.com/facebook/react-native/issues/38656
Good catch!
Looks like it is being tackled in facebook/react-native#38675 if anyone wants to support by reviewing that etc
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 thequery-string
package.Blocked
Blocked by facebook/react-native#38656