fix typo "transtion" => "transition" (#5447)

This commit is contained in:
Nicolas Hart 2019-01-03 22:10:33 +01:00 committed by Brent Vatne
parent 59c09a6040
commit 363f06d30e

View File

@ -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.