1️⃣ Setting Up Deep Linking in AppDelegate.swift First, update your AppDelegate.swift to handle incoming URLs: import UIKit import React import React_RCTAppDelegate import ReactAppDependencyProvider @main class AppDelegate: RCTAppDelegate { override func application( _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil ) -> Boo