I am trying to implement deeplink feature in my React Native app. It works fine for ios, but on android it works on some phones. Initially I thought it was a version issue. But it works on my OnePlus 7 pro (OS:11) but not on my Vivo V20(OS:12). I also tested it on my friends OnePlus NORD (OS:12) and it works fine.
I am not sure exactly what the issue is. I have referred the docs and also configured the server correctly.