expo-linking
Version: 55.0.4 Create and open deep links universally. Handle incoming links, create links to your app, and open external URLs.Installation
Usage
API Reference
Methods
(url: string) => Promise<void>
Opens URL
(url: string) => Promise<boolean>
Checks if URL can be opened
() => Promise<void>
Opens app settings
(path: string, options?: CreateURLOptions) => string
Creates deep link URL
(url: string) => URLObject
Parses URL into components
() => Promise<string | null>
Gets URL that opened the app
(type: 'url', handler: URLListener) => void
Listens for URL events