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
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/deep-linking.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,11 +207,11 @@ To make sure Universal Links work in your app, you also need to setup [Associate
207
207
If you're using React Navigation within a hybrid app - an iOS app that has both Swift/ObjC and React Native parts - you may be missing the `RCTLinkingIOS` subspec in your `Podfile`, which is installed by default in new React Native projects. To add this, ensure your `Podfile` looks like the following:
208
208
209
209
```pod
210
-
pod 'React', :path =>'../node_modules/react-native', :subspecs => [
211
-
...// other subspecs
212
-
'RCTLinkingIOS',
213
-
...
214
-
]
210
+
pod 'React', :path =>'../node_modules/react-native', :subspecs => [
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/stack-navigator.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ sidebar_label: Stack
27
27
Stack Navigator provides a way for your app to transition between screens where each new screen is placed on top of a stack.
28
28
29
29
<details>
30
-
<summary>Comparison with [Native Stack](native-stack-navigator.md)</summary>
30
+
<summary>Comparison with [Native Stack Navigator](native-stack-navigator.md)</summary>
31
31
32
32
The Stack navigator is implemented in JavaScript and mimics the familiar iOS and Android look & feel. Since it's a custom implementation, it is extremely customizable.
Copy file name to clipboardExpand all lines: versioned_docs/version-8.x/deep-linking.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,11 +207,11 @@ To make sure Universal Links work in your app, you also need to setup [Associate
207
207
If you're using React Navigation within a hybrid app - an iOS app that has both Swift/ObjC and React Native parts - you may be missing the `RCTLinkingIOS` subspec in your `Podfile`, which is installed by default in new React Native projects. To add this, ensure your `Podfile` looks like the following:
208
208
209
209
```pod
210
-
pod 'React', :path =>'../node_modules/react-native', :subspecs => [
211
-
...// other subspecs
212
-
'RCTLinkingIOS',
213
-
...
214
-
]
210
+
pod 'React', :path =>'../node_modules/react-native', :subspecs => [
0 commit comments