Fix typo in header transition preset check (uitkit -> uikit) (#4757)

This commit is contained in:
Simone D'Avico
2018-07-25 20:49:24 +02:00
committed by Brent Vatne
parent 714d5eab6b
commit 6fc21250ec
2 changed files with 4 additions and 1 deletions

View File

@@ -490,7 +490,7 @@ class StackViewLayout extends React.Component {
if (headerLayoutPreset) {
if (__DEV__) {
if (
this._getHeaderTransitionPreset() === 'uitkit' &&
this._getHeaderTransitionPreset() === 'uikit' &&
headerLayoutPreset === 'left' &&
Platform.OS === 'ios'
) {