Add options to opt-in/out of card overlay and shadow

This commit is contained in:
Brent Vatne
2018-10-11 17:04:23 -07:00
parent bd4f3af124
commit 8b509dd525
5 changed files with 48 additions and 20 deletions

View File

@@ -68,5 +68,9 @@ export default createStackNavigator(
},
{
initialRouteName: 'List',
// these are the defaults
cardShadowEnabled: true,
cardOverlayEnabled: false,
}
);