Add cardShadowEnabled and cardOverlayEnabled to NavigationStackViewConfig flow type (#5918)

* Add cardShadowEnabled and cardOverlayEnabled to NavigationStackViewConfig flow type

* Update changelog
This commit is contained in:
William Schurman
2019-05-17 09:52:24 -06:00
parent 34da9451aa
commit f2a350dbac
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## Fixes
- Update Flow types - Add `cardShadowEnabled` and `cardOverlayEnabled` to NavigationStackViewConfig
## [3.10.0] - [2019-05-16](https://github.com/react-navigation/react-navigation/releases/tag/3.10.0)
## Removed

View File

@@ -451,6 +451,8 @@ declare module 'react-navigation' {
headerLayoutPreset?: 'left' | 'center',
headerBackTitleVisible?: boolean,
cardStyle?: ViewStyleProp,
cardShadowEnabled?: boolean,
cardOverlayEnabled?: boolean,
transitionConfig?: (
transitionProps: NavigationTransitionProps,
prevTransitionProps: ?NavigationTransitionProps,