luisfcofv/react-native-deep-linking

How to get full URL from addRoute callback/handler

AlixH opened this issue · 0 comments

AlixH commented

I can't find a way to get the full URL inside a handler of addRoute method. I can only get scheme, path and URL params but I also need the domain. I've tried to use Linking.getInitialURL but it returns null everytime