fix warning text type 'ui-kit' -> 'uikit'

This commit is contained in:
Eugene Nagorny 2018-09-11 14:20:26 +03:00 committed by GitHub
parent bdb7cdd826
commit c6bad6ed6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'`
);
}
}