Merge pull request #17 from enagorny/enagorny-fix-warning-text

fix warning text type 'ui-kit' -> 'uikit'
This commit is contained in:
Brent Vatne 2018-09-11 15:30:01 +01:00 committed by GitHub
commit 6410c16143
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' Platform.OS === 'ios'
) { ) {
console.warn( console.warn(
`headerTransitionPreset with the value 'ui-kit' is incompatible with headerLayoutPreset 'left'` `headerTransitionPreset with the value 'uikit' is incompatible with headerLayoutPreset 'left'`
); );
} }
} }