mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 22:33:32 +08:00
feat: allow specifying style interpolators in navigationOptions (#155)
This commit is contained in:
@@ -153,8 +153,8 @@ export default createStackNavigator(
|
||||
initialRouteName: 'List',
|
||||
headerMode: 'screen',
|
||||
defaultNavigationOptions: {
|
||||
...TransitionPresets.WipeFromBottomAndroid,
|
||||
cardOverlayEnabled: true,
|
||||
},
|
||||
...TransitionPresets.WipeFromBottomAndroid,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user