Questions tagged [react-native-deep-linking]
30 questions
1
vote
0 answers
Behavior react-native linking
My question is about Linking of react-native : https://reactnative.dev/docs/linking
I implement this functionnality but I have a behavior that I don't want.
In case of my app is close, I click on a link and my app start. But before the link is…

HyperNovax
- 116
- 2
- 12
1
vote
0 answers
open HomePage on tap of widget in reactnative side ? [Android platform]
In react native application, for android platform creating widget and on tap of it I need to open HomePage.
or when I tap on widget I should able to send data to react native app that from widget application is opened so through this way at react…

Swift
- 829
- 2
- 12
- 33
1
vote
1 answer
Expo deep linking in React Native Web
Trying to make deep linking for React Native Web work. Browsed many articles and finally found a solution proposed for the exact problem faced in this link whch doesn't work for me.
Expo documentation says use
const prefix =…

coolcake
- 2,917
- 8
- 42
- 57
0
votes
0 answers
Deep linking is not automatically opening when app in background mode on Android 12 but was working fine in Android 11
I am encountering an issue where deep linking is not automatically opening my React Native app in Android 12 devices. However, deep linking functionality was working perfectly fine in Android 11.
Expected behavior:
The app should open automatically…
0
votes
0 answers
Universal links, limit deeplink path
I've just finished working through adding deeplinks to my React Native app.
I have a question around limiting the paths that work with deeplinks.
I'm using the new components array in the apple-app-site-association file with wildcards to deeplink…

Eli Nathan
- 1,020
- 2
- 13
- 35
0
votes
0 answers
Deeplinking in react native from outside the app
I:m implemnting payement in react native and we should redirect user to specific screen within the app after payement, payement is proceeded outside the app in a browser and redirects us to provided returnUrl
So here's the scenario, i configured…

Zero0
- 371
- 4
- 15
0
votes
1 answer
React navigation native deeplink params not working as ex
Using react-navigation/bottom-tabs|native V6 I'm trying to implement deeplinks.
Currently trying on iOS and for the most part everything is working fine.
However the name of the param I'm trying to parse seems to only accept id.
For example, I have…

Eli Nathan
- 1,020
- 2
- 13
- 35
0
votes
0 answers
How to open React Native Expo app from Mail?
When I send an email I want to, when clicking on the button Reset, to open an Expo app.
I have created deep link in my app.
import * as Linking from 'expo-linking';
const prefix = Linking.createURL('/');
const linking = {
prefixes: [prefix],
…

Nikola Pavlovic
- 11
- 3
0
votes
1 answer
react-navigation deep linking to sub-screens of a StackNavigator - but initialRouteName-screen is missing from stack
I have a React Native app, where it is possible to deep link into content, from push notifications, external links etc.
When the app is already running, it works as expected, and the app goes to the screen expected from the URL, by adding that…

Esben von Buchwald
- 2,772
- 1
- 29
- 37
0
votes
1 answer
Message format for deeplink with react-native-push-notification
I am using react-native-push-notification library to send local notifications from my ios app. I have setup deeplink using react navigation. I have also managed the local push notification to deeplink into specific app screen on click. But this…

broun
- 2,483
- 5
- 40
- 55
0
votes
0 answers
How to use firebase dynamic links to navigate to a specific screen in my app?
I've some basic ideas of how firebase dynamic links works, but I've some doubts.
I didn't understand how to navigate it to a specific screen when I get the URL. I want to send some params along with the URL.
I have two screens
Home Screen.
Product…

Vijayarahavan
- 3
- 5
0
votes
1 answer
React Navigation 6.x Initial Route Not Working
I'm using React Navigation 6.x's linking with Expo so that when a user clicks on a notification they are directed to the appropriate part of my application to interact with the new information. When my app is backgrounded (running in the background)…

man517
- 419
- 5
- 9
0
votes
0 answers
how to open amazon pay using a deeplink?
i am working on a RN app, where i need to open open UPI apps for collecting money. PhonePe, Google Pay, Paytm work just fine, i am struggling with amazonpay.
i have tried a few example mentioned below it opens amazon app but not amazon pay…

Manjunath Hegde
- 404
- 4
- 21
0
votes
2 answers
Reading Url with React Native Deep Linking
I am using a deep link which sends me to my app in a specific page but I want to read the link it that page. For example: My link is "my app://somepage/code=123", I want to take this code value from url after I open the link.

nodabasi
- 58
- 6
0
votes
1 answer
Deep Linking does nothing on android React Native
I am trying to acheive the deep linking functionality in React Native, i have followed the official docs from React Native, also follow documentation from React Navigation. I have changed my AndroidManifest.xml file and added the intent filters as…

Anwer Solangi
- 148
- 3
- 9