For Link Mode to fully work, you also need to enable the One-Click Auth (SIWE) feature.This feature is compatible only with EVM blockchains, so if you decide to include non-EVM blockchains Link Mode mechanism is going to be disabled internally.
How to enable it:
To support link mode, configure your Metadata with a valid universal link and set thelinkMode property to true:
How does it look without Link Mode?
Platform specifics:
- iOS
 - Android
 
To enable universal links for your app, refer to React Native Documentation.
After following the steps provided in the official guide:
After following the steps provided in the official guide:
- Ensure that you handle incoming Universal Links in the your 
AppDelegate.mmfile. 
- Open your project in XCode and go to 
Settings/Signing & Capabilities/Associated Domainsto add the new domain. After this,your_project.entitlementshould look like this: 
- Update/Create your domain’s 
.well-known/apple-app-site-associationfile accordingly.