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
It would be great to create a Link component for usage with web. In app, we can use a button to open the link using the Linking api. On Web, it should either be a tag or button with role='link'. It should also support basic attributes like target etc.
The text was updated successfully, but these errors were encountered:
It would be great to create a
Link
component for usage with web. In app, we can use a button to open the link using theLinking
api. On Web, it should either bea
tag orbutton
withrole='link'
. It should also support basic attributes liketarget
etc.The text was updated successfully, but these errors were encountered: