@amazon-devices/expo-linking provides utilities for your app to interact with other installed apps using deep links. This library provides helper methods for constructing and parsing deep links into your app. This module is an extension of the React Native Linking module.
Installation
-
Add the JavaScript library dependency in the
package.jsonfile. -
Reinstall dependencies using the
npm installcommand.

