diff --git a/src/views/StackView/StackViewLayout.js b/src/views/StackView/StackViewLayout.js index af16a5f..8ccbc6c 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'` ); } }