From c6bad6ed6ad8a8a2b9294c0addb838027dfcc597 Mon Sep 17 00:00:00 2001 From: Eugene Nagorny Date: Tue, 11 Sep 2018 14:20:26 +0300 Subject: [PATCH] fix warning text type 'ui-kit' -> 'uikit' --- src/views/StackView/StackViewLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/StackView/StackViewLayout.js b/src/views/StackView/StackViewLayout.js index f9716e2..068a18b 100644 --- a/src/views/StackView/StackViewLayout.js +++ b/src/views/StackView/StackViewLayout.js @@ -493,7 +493,7 @@ class StackViewLayout extends React.Component { Platform.OS === 'ios' ) { console.warn( - `headerTransitionPreset with the value 'ui-kit' is incompatible with headerLayoutPreset 'left'` + `headerTransitionPreset with the value 'uikit' is incompatible with headerLayoutPreset 'left'` ); } }