mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-03 22:48:36 +08:00
730 B
730 B
title, description
| title | description |
|---|---|
| Quick Start | Getting started with Dynamic Links in React Native Firebase |
Dynamic Links Quick Start
Installation
Install this module with Yarn:
yarn add @react-native-firebase/dynamic-links
Integrating manually and not via React Native auto-linking? Check the setup instructions for Android & iOS.
Module usage
Import the Dynamic Links package into your project:
import dynamicLinks from '@react-native-firebase/dynamic-links';
The package also provides access to the firebase instance:
import { firebase } from '@react-native-firebase/dynamic-links';