mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-23 08:38:17 +00:00
fix typo "transtion" => "transition" (#5447)
This commit is contained in:
parent
59c09a6040
commit
363f06d30e
4
flow/react-navigation.js
vendored
4
flow/react-navigation.js
vendored
@ -678,8 +678,8 @@ declare module 'react-navigation' {
|
||||
// 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.
|
||||
// progress.__getAnimatedValue() < 1 : transtion is happening.
|
||||
// progress.__getAnimatedValue() == 1 : transtion completes.
|
||||
// progress.__getAnimatedValue() < 1 : transition is happening.
|
||||
// progress.__getAnimatedValue() == 1 : transition completes.
|
||||
progress: AnimatedValue,
|
||||
|
||||
// All the scenes of the transitioner.
|
||||
|
Loading…
x
Reference in New Issue
Block a user