This commit is contained in:
Tien Pham
2017-10-23 18:44:15 +07:00
committed by Vojtech Novak
parent 4951a6d9d1
commit 6a9ed3414a
2 changed files with 2 additions and 2 deletions

View File

@@ -424,7 +424,7 @@ export type NavigationTransitionProps = {
position: Animated.Value,
// The value that represents the progress of the transition when navigation
// state changes from one to another. Its numberic value will range from 0
// state changes from one to another. Its numeric value will range from 0
// to 1.
// progress.__getAnimatedValue() < 1 : transtion is happening.
// progress.__getAnimatedValue() == 1 : transtion completes.