You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,6 +124,28 @@ If your app is using [Universal Links](https://developer.apple.com/ios/universal
127
124
}
128
125
```
129
126
127
+
If you're using Swift, you'll need to add the following to your `AppDelegate.swift`file. You can find more information in the [React Native documentation](https://reactnative.dev/docs/linking?ios-language=swift).
128
+
129
+
```swift
130
+
// Add this to your AppDelegate.swift file
131
+
132
+
import React
133
+
134
+
@UIApplicationMain
135
+
class AppDelegate: UIResponder, UIApplicationDelegate {
0 commit comments