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

(Feature) Implement Linking API in react native to mimic 'a' tag behavior #58

Open
hichem-dahi opened this issue Mar 24, 2024 · 0 comments
Labels
feature Feature or technical request

Comments

@hichem-dahi
Copy link

Describe the feature request

Clicking on the 'a' tag on the native app, generates an error <a> "href" handling is not implemented in React Native.
Can't we use Linking.openUrl(url: string) function combined with onPress event to mimic tag behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature or technical request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants