Unable to launch application using deeplink for the ios app in detox
Initially the landing page in non react-native, after clicking on the link will be entering into the react-native page.
Tried with the
await device.relaunchApp({url: url});
But this is not launching the deeplink url page.
Thanks in advance.