Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions versioned_docs/version-6.x/stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ The navigator can [emit events](navigation-events.md) on certain actions. Suppor

#### `transitionStart`

This event is fired when the transition animation starts for the current screen.
This event is fired when the transition animation starts for a screen with a listener registered.

Event data:

Expand All @@ -356,7 +356,7 @@ React.useEffect(() => {

#### `transitionEnd`

This event is fired when the transition animation ends for the current screen.
This event is fired when the transition animation ends for for a screen with a listener registered.

Event data:

Expand Down