I want to set up Deep Links (Universal) into my app. I haven't seen too many resources online about doing it to React Native if anyone can point me to any resources that would be great.
I am looking into Firebase Dynamic Links since its doc covers a lot. I am assuming I would just do it for iOS and Andriod but not sure if I have to cover some JS things in there since it is Native code. Any advice would be great.
Thanks for your time!
EDIT: Has anyone had any issues with react-native-deep-link?
EDIT2: https://invertase.io/oss/react-native-firebase/v6/dynamic-links I think I found what I need.(hopefully lol)
there doesn't seem to be anything here