mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-02-06 03:33:24 +00:00
fix warning text type 'ui-kit' -> 'uikit'
This commit is contained in:
parent
bdb7cdd826
commit
c6bad6ed6a
@ -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…
x
Reference in New Issue
Block a user