You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 withonPress
event to mimic tag behavior?The text was updated successfully, but these errors were encountered: