fix: fix back button not working in header

This commit is contained in:
satyajit.happy
2019-07-07 14:39:28 +02:00
parent fef274ced4
commit 919a274b4c
6 changed files with 38 additions and 56 deletions

View File

@@ -109,6 +109,7 @@ const StackWithHeaderPreset = createStackNavigator(
defaultNavigationOptions: {
...TransitionPresets.SlideFromRightIOS,
headerStyleInterpolator: HeaderStyleInterpolators.forUIKit,
headerTitleContainerStyle: { left: null },
gesturesEnabled: true,
},
}