We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update: https://github.com/charpeni/react-native-url-polyfill is available as stated in the linked github issue.
See facebook/react-native#16434 . Using URL currently throws an exception and does not work.
Therefore, currently we split the url manually (in createNavigateToInternalLink: https://github.com/Integreat/integreat-app/blob/00801819fcba7b0cec3903ebfbe3cd28644b8002/native/src/modules/app/createNavigateToInternalLink.js#L25).
Use the url prolyfill for this. It is already used in other parts of the app.
Environment: - Linked issues:
The text was updated successfully, but these errors were encountered:
sarahsporck
No branches or pull requests
steffenkleinle - 8.5.2019, 13:34:21
Update: https://github.com/charpeni/react-native-url-polyfill is available as stated in the linked github issue.
See facebook/react-native#16434 . Using URL currently throws an exception and does not work.
Therefore, currently we split the url manually (in createNavigateToInternalLink: https://github.com/Integreat/integreat-app/blob/00801819fcba7b0cec3903ebfbe3cd28644b8002/native/src/modules/app/createNavigateToInternalLink.js#L25).
Use the url prolyfill for this. It is already used in other parts of the app.
Environment: -
Linked issues:
The text was updated successfully, but these errors were encountered: