Open links
Open URLs, deep links, and native screens from your app.
Open a link
Open a URL in an in-app web view, an external app, or a native screen. Set view to choose the destination. URLs are normalized by default (missing https:// is added, urlParams applied); pass useRawLink: true to skip that.
With view: "website", iOS opens an in-app browser sheet and Android hands the URL to the device's default browser.