Merge pull request #17 from enagorny/enagorny-fix-warning-text
fix warning text type 'ui-kit' -> 'uikit'
This commit is contained in:
commit
6410c16143
|
@ -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'`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue