mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 09:21:09 +08:00
Fix typo in header transition preset check (uitkit -> uikit) (#4757)
This commit is contained in:
committed by
Brent Vatne
parent
714d5eab6b
commit
6fc21250ec
@@ -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'
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user