fix: handle RTL properly

This commit is contained in:
satyajit.happy
2019-06-14 13:56:36 +02:00
parent 6a2dfa1695
commit 7f99f6f7ca
6 changed files with 48 additions and 16 deletions

View File

@@ -107,6 +107,10 @@ const StackWithHeaderPreset = createStackNavigator(
{
...TransitionPresets.SlideFromRightIOS,
headerStyleInterpolator: HeaderStyleInterpolators.forUIKit,
headerMode: 'float',
defaultNavigationOptions: {
gesturesEnabled: true,
},
}
);