mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-08 12:10:13 +08:00
refactor: rename gesturesEnabled to gestureEnabled for consistency
This commit is contained in:
@@ -110,7 +110,7 @@ const StackWithHeaderPreset = createStackNavigator(
|
||||
...TransitionPresets.SlideFromRightIOS,
|
||||
headerStyleInterpolator: HeaderStyleInterpolators.forUIKit,
|
||||
headerTitleContainerStyle: { left: null },
|
||||
gesturesEnabled: true,
|
||||
gestureEnabled: true,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user