Skip to content

Commit 6a9ed34

Browse files
Tien Phamvonovak
authored andcommitted
1 parent 4951a6d commit 6a9ed34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/views/Transitioner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ There are a few important properties of the `transitionProps` and `prevTransitio
108108
109109
- `scenes: Array<NavigationScene>` - a list of all available scenes
110110
- `position: NavigationAnimatedValue` - the progressive index of the transitioner's navigation state
111-
- `progress: NavigationAnimatedValue` - the value that represents the progress of the transition when navigation state changes from one to another. Its numberic value will range from 0 to 1.
111+
- `progress: NavigationAnimatedValue` - the value that represents the progress of the transition when navigation state changes from one to another. Its numeric value will range from 0 to 1.
112112
113113
For the complete list of properties of `NavigationTransitionProps`, check out its [flow definition](https://github.com/react-community/react-navigation/blob/master/src/TypeDefinition.js#L273).
114114

src/TypeDefinition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export type NavigationTransitionProps = {
424424
position: Animated.Value,
425425

426426
// The value that represents the progress of the transition when navigation
427-
// state changes from one to another. Its numberic value will range from 0
427+
// state changes from one to another. Its numeric value will range from 0
428428
// to 1.
429429
// progress.__getAnimatedValue() < 1 : transtion is happening.
430430
// progress.__getAnimatedValue() == 1 : transtion completes.

0 commit comments

Comments
 (0)