Skip to content

Commit 27980eb

Browse files
authored
Fix typo (#1065)
1 parent 61eb47d commit 27980eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/stack-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Stack
66

77
Stack Navigator provides a way for your app to transition between screens where each new screen is placed on top of a stack.
88

9-
By default the stack navigator is configured to have the familiar iOS and Android look & feel: new screens slide in from the right on iOS, use OS default animation on Android. But the [animations can be customize](#animation-related-options) to match your needs.
9+
By default the stack navigator is configured to have the familiar iOS and Android look & feel: new screens slide in from the right on iOS, use OS default animation on Android. But the [animations can be customized](#animation-related-options) to match your needs.
1010

1111
<div style={{ display: 'flex', margin: '16px 0' }}>
1212
<video playsInline autoPlay muted loop>

0 commit comments

Comments
 (0)