Tweak Android transitions

This commit is contained in:
Brent Vatne
2018-10-15 17:16:17 -07:00
parent fbcb51b747
commit dc1f1260dd
3 changed files with 48 additions and 10 deletions

View File

@@ -80,6 +80,7 @@ export default createStackNavigator(
// these are the defaults
cardShadowEnabled: true,
cardOverlayEnabled: false,
// headerTransitionPreset: 'uikit',
}
);