fix: doc of transitionAndroid property of NavigationEntry interface (#6563)

This commit is contained in:
Leonardo Donelli
2018-11-15 21:10:29 +01:00
committed by Alexander Vakrilov
parent 51a191f396
commit efe331862f

View File

@ -257,7 +257,7 @@ export interface NavigationEntry extends ViewEntry {
transitioniOS?: NavigationTransition;
/**
* Specifies an optional navigation transition for iOS. If not specified, the default platform transition will be used.
* Specifies an optional navigation transition for Android. If not specified, the default platform transition will be used.
*/
transitionAndroid?: NavigationTransition;