mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
fix: fix back button not working in header
This commit is contained in:
@@ -109,6 +109,7 @@ const StackWithHeaderPreset = createStackNavigator(
|
||||
defaultNavigationOptions: {
|
||||
...TransitionPresets.SlideFromRightIOS,
|
||||
headerStyleInterpolator: HeaderStyleInterpolators.forUIKit,
|
||||
headerTitleContainerStyle: { left: null },
|
||||
gesturesEnabled: true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user