feat: allow specifying style interpolators in navigationOptions (#155)

This commit is contained in:
Tomasz Czajęcki
2019-07-06 12:41:34 +02:00
parent 17044344a7
commit 8795e7b660
8 changed files with 68 additions and 77 deletions

View File

@@ -153,8 +153,8 @@ export default createStackNavigator(
initialRouteName: 'List',
headerMode: 'screen',
defaultNavigationOptions: {
...TransitionPresets.WipeFromBottomAndroid,
cardOverlayEnabled: true,
},
...TransitionPresets.WipeFromBottomAndroid,
}
);