File tree 1 file changed +5
-5
lines changed
versioned_docs/version-7.x
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,14 +142,14 @@ function ProfileScreen({ navigation, route }) {
142
142
<Text>Profile!</Text>
143
143
<Text>{route.params.user}' s profile< / Text >
144
144
< Button onPress= {() => navigation .dispatch (StackActions .pop (1 ))}>
145
- Pop one screen from stack
145
+ Pop one screen from stack
146
146
< / Button>
147
147
< Button
148
148
onPress= {() => {
149
149
navigation .dispatch (StackActions .push (' Profile' , { user: ' Wojtek' }));
150
150
}}
151
151
>
152
- Push same screen on the stack
152
+ Push same screen on the stack
153
153
< / Button>
154
154
< Button onPress= {() => navigation .dispatch (StackActions .popToTop ())}>
155
155
Pop to top
@@ -411,14 +411,14 @@ function ProfileScreen({ route }) {
411
411
// codeblock-focus-end
412
412
}}
413
413
>
414
- Pop one screen from stack
414
+ Pop one screen from stack
415
415
</Button>
416
416
<Button
417
417
onPress={() => {
418
418
navigation.dispatch(StackActions.push(' Profile' , { user: ' Wojtek' }));
419
419
}}
420
420
>
421
- Push same screen on the stack
421
+ Push same screen on the stack
422
422
</Button>
423
423
<Button onPress={() => navigation.dispatch(StackActions.popToTop())}>
424
424
Pop to top
@@ -593,7 +593,7 @@ function ProfileScreen({ route }) {
593
593
< Text > Profile! < / Text >
594
594
< Text > {route .params .user }' s profile</Text>
595
595
<Button onPress={() => navigation.dispatch(StackActions.pop(1))}>
596
- Pop one screen from stack
596
+ Pop one screen from stack
597
597
</Button>
598
598
<Button
599
599
onPress={() => {
You can’t perform that action at this time.
0 commit comments