File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ const linking = {
298
298
299
299
// Next, you would need to get the initial URL from your third-party integration
300
300
// It depends on the third-party SDK you use
301
- // For example, to get to get the initial URL for branch.io:
301
+ // For example, to get the initial URL for branch.io:
302
302
const params = branch .getFirstReferringParams ();
303
303
304
304
return params? .$canonical_url ;
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ const linking = {
275
275
async getInitialURL () {
276
276
// First, you would need to get the initial URL from your third-party integration
277
277
// The exact usage depend on the third-party SDK you use
278
- // For example, to get to get the initial URL for Firebase Dynamic Links:
278
+ // For example, to get the initial URL for Firebase Dynamic Links:
279
279
const { isAvailable } = utils ().playServicesAvailability ;
280
280
281
281
if (isAvailable) {
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ const linking = {
275
275
async getInitialURL () {
276
276
// First, you would need to get the initial URL from your third-party integration
277
277
// The exact usage depend on the third-party SDK you use
278
- // For example, to get to get the initial URL for Firebase Dynamic Links:
278
+ // For example, to get the initial URL for Firebase Dynamic Links:
279
279
const { isAvailable } = utils ().playServicesAvailability ;
280
280
281
281
if (isAvailable) {
You can’t perform that action at this time.
0 commit comments