I had implemented deep linking in react-native android, universal links in react-native ios. It works fine when I click the link or URL from an email app or any messenger my react-native app opens.
But there is a button instead of a link in the mail. if I click the button my react native app does not open its redirecting to a webpage, I want to open my app when I click on the button instead of the link or URL from the email app.
For example, if we click the manage order button in mail send by Flipkart from the email app in our mobile Flipkart app opens.