I'm creating app which need to be opens in Microsoft edge browser but when i click on link. it is directly opening link with default browser. Is there a way to force the program to open the link in Microsoft edge browser instead of the default browser. Especially in IOS.
openUrl = (url) => {
Linking.openURL(url)
}