mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-28 15:45:23 +08:00
fix: handle RTL properly
This commit is contained in:
@@ -107,6 +107,10 @@ const StackWithHeaderPreset = createStackNavigator(
|
||||
{
|
||||
...TransitionPresets.SlideFromRightIOS,
|
||||
headerStyleInterpolator: HeaderStyleInterpolators.forUIKit,
|
||||
headerMode: 'float',
|
||||
defaultNavigationOptions: {
|
||||
gesturesEnabled: true,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user