When clicking the button from the email which has the below Branch URL
redirect me to my app but the url received is something like below:
myapp://open?link_click_id=123456789
How can we get the http://my.app.link/feed/response/MyUniQuEId from the link click id in react native.
When opening from messenger these links are not getting changed but when clicking from mail the branch URL is getting changed like above.