mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 09:13:02 +08:00
Add options to opt-in/out of card overlay and shadow
This commit is contained in:
@@ -68,5 +68,9 @@ export default createStackNavigator(
|
||||
},
|
||||
{
|
||||
initialRouteName: 'List',
|
||||
|
||||
// these are the defaults
|
||||
cardShadowEnabled: true,
|
||||
cardOverlayEnabled: false,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user