Questions tagged [expo-linking]
19 questions
0
votes
0 answers
How can I go back from expo-web-browser
I am using the payment merchant where I need to give the return_url which will redirect the user back on the application
if (initiatePaymentResponse?.data?.response?.payment_url) {
const url =…

Muhammad Basil
- 11
- 1
0
votes
0 answers
Need to generate the path of nested screen using expo-linking
enter image description here
enter image description here
Here you can see in the last I tried to pass the URL of the payment method screen which is already defined the stacks, I have the structure like this
I am using the tabs in my react native…

Muhammad Basil
- 11
- 1
0
votes
1 answer
How to open mail app inbox directly in react native?
Using Linking.openURL('mailto:') with expo-linking opens the mail app with a 'compose mail' screen, how can i open the mail app directly on the inbox tab ?

mouhib
- 85
- 1
- 8
0
votes
1 answer
Deep Linking expo
I'm trying to test config for deep links, in expo documentation I found next line
Development in Expo Go: exp://127.0.0.1:19000/--/path/into/app?hello=world, but as soon as I try to run npx uri-scheme open…

ventro_art
- 574
- 1
- 4
- 16