Skip to main content

All Questions

0 votes
0 answers
27 views

Universal/deep link configuration when the final screen is on another stack

I have a configuration issue with deep/universal links when I want to open a screen that is in another Stack. Here is the screen composition: - NavigationContainer - AppStack (stack navigator) ...
Ben44's user avatar
  • 225
0 votes
1 answer
443 views

Universal links not working after upgrading React Native to 0.0.72

We had universal links working for our react native app when we were on the previous React native version 0.0.67. We are now upgrading to React Native version 0.0.72 and universal links are no longer ...
Pankaj Badgujar's user avatar
1 vote
1 answer
586 views

React Native Universal Link Doesn't Trigger addEventListener

I have a working universal link it my website and I can read the link to fetch some data with getInitialUrl function but same universal link doesn't trigger addEventListener function. useEffect(() =&...
nodabasi's user avatar
1 vote
1 answer
510 views

iOS: universal link cannot pass the test on apple website

I upload apple-app-site-association(AASA) file on my website and trying pass validation test on Apple validator tool, but It return me error: http://example.com is returning 503. Please check your ...
Zuka Gaprindashvili's user avatar
0 votes
0 answers
2k views

Whatsapp deep link send a message to multiple specified phone numbers

I have a list of phone numbers and a message string. I want to be able to send the message to all the numbers at once. I am using React Native's Linking module and deep links to do this. I have tried ...
Kushagra Gupta's user avatar
1 vote
1 answer
719 views

Deeplinking in React Navigation 6

I have the following navigation structure in my app: <NavigationContainer ref={navigationRef} linking={linking}> <AppNavigator.Navigator> <AppNavigator.Screen name={RouteNames....
Dusan's user avatar
  • 163
4 votes
2 answers
5k views

iOS Universal link not working in react-native iOS

Hi I know this question being asked before still I cannot figure out what am doing wrong. Added apple-app-site-association file in our server under https://ourserver.com/.well-known/apple-app-site-...
suja's user avatar
  • 1,268
1 vote
1 answer
3k views

Pass params in react native dynamic links

I'm using @react-native-firebase/dynamic-links to handle firebase dynamic links inside the react native app. I've created a dynamic link https://example.page.link/settings and I'd like to have an ...
nemanjagajic's user avatar