mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
feat: add headerTransparent option
This commit is contained in:
@@ -152,6 +152,9 @@ export default createStackNavigator(
|
||||
{
|
||||
initialRouteName: 'List',
|
||||
headerMode: 'screen',
|
||||
defaultNavigationOptions: {
|
||||
cardOverlayEnabled: true,
|
||||
},
|
||||
...TransitionPresets.WipeFromBottomAndroid,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user