Deep links

Listen for custom URI-scheme links, read a pending launch link, and build links with your registered schemes.

List your schemes

schemes() returns the app's registered URI schemes in preference order. It returns [] when the capability is absent.

const schemes = await bdk.deeplink.schemes();
const preferred = schemes[0]; // undefined when this build has no scheme