From efe331862f362491704ca2b48454cd63b2cf61cf Mon Sep 17 00:00:00 2001 From: Leonardo Donelli Date: Thu, 15 Nov 2018 21:10:29 +0100 Subject: [PATCH] fix: doc of transitionAndroid property of NavigationEntry interface (#6563) --- tns-core-modules/ui/frame/frame.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/ui/frame/frame.d.ts b/tns-core-modules/ui/frame/frame.d.ts index 5652967a6..dac7f0f55 100644 --- a/tns-core-modules/ui/frame/frame.d.ts +++ b/tns-core-modules/ui/frame/frame.d.ts @@ -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;