Skip to content

Commit 1653bdf

Browse files
committed
Sync iOS language choice
1 parent 8ab0d33 commit 1653bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-7.x/deep-linking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Let's configure the native iOS app to open based on the `example://` URI scheme.
152152

153153
You'll need to add the `LinkingIOS` folder into your header search paths as described [here](https://reactnative.dev/docs/linking-libraries-ios#step-3). Then you'll need to add the following lines to your or `AppDelegate.swift` or `AppDelegate.mm` file:
154154

155-
<Tabs>
155+
<Tabs groupId="ios-lang">
156156
<TabItem value='swift' label='Swift' default>
157157

158158
```swift
@@ -180,7 +180,7 @@ func application(_ app: UIApplication, open url: URL, options: [UIApplication.Op
180180

181181
If your app is using [Universal Links](https://developer.apple.com/ios/universal-links/), you'll need to add the following code as well:
182182

183-
<Tabs>
183+
<Tabs groupId="ios-lang">
184184
<TabItem value='swift' label='Swift' default>
185185

186186
```swift

0 commit comments

Comments
 (0)