Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fb07937

Browse files
authoredNov 26, 2024··
Update deep-linking.md
Firebase will shut down Dynamic Links, airbridge is one of the alternative service for Dyanamic Links.
1 parent 84334ca commit fb07937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎versioned_docs/version-7.x/deep-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ adb shell am start -W -a android.intent.action.VIEW -d "exp://127.0.0.1:19000/--
291291

292292
## Third-party integrations
293293

294-
React Native's `Linking` isn't the only way to handle deep linking. You might also want to integrate other services such as [Firebase Dynamic Links](https://firebase.google.com/docs/dynamic-links), [Branch](https://help.branch.io/developers-hub/docs/react-native) etc. which provide their own API for getting notified of incoming links.
294+
React Native's `Linking` isn't the only way to handle deep linking. You might also want to integrate other services such as [Firebase Dynamic Links](https://firebase.google.com/docs/dynamic-links)(Firebase will shut down Dynamic links on August 25, 2025), [Airbridge](https://help.airbridge.io/en/developers/deep-link-plan-react-native-sdk-v4), [Branch](https://help.branch.io/developers-hub/docs/react-native) etc. which provide their own API for getting notified of incoming links.
295295

296296
To achieve this, you'd need to override how React Navigation subscribes to incoming links. To do so, you can provide your own [`getInitialURL`](navigation-container.md#linkinggetinitialurl) and [`subscribe`](navigation-container.md#linkingsubscribe) functions:
297297

0 commit comments

Comments
 (0)
Please sign in to comment.