---
title: Linking
description: An API that provides methods to create and open deep links universally.
sourceCodeUrl: https://github.com/expo/expo/tree/sdk-52/packages/expo-linking
packageName: expo-linking
platforms: ["android", "ios", "web", "tvos"]
---
`expo-linking` provides utilities for your app to interact with other installed apps using deep links. It also provides helper methods for constructing and parsing deep links into your app. This library is an extension of the React Native [`Linking`](https://reactnative.dev/docs/linking).
For a more comprehensive explanation of how to use `expo-linking`, refer to the [Linking into other apps](/linking/into-other-apps/).
## Installation
## API
```js
```