mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-20 23:20:47 +08:00
Add support for custom header transitions (#3075)
* Add support for custom header transitions * Use default props for header transition default values
This commit is contained in:
committed by
Vojtech Novak
parent
928f632c89
commit
363f93fc4d
@@ -222,3 +222,5 @@ const ModalNavigator = StackNavigator(
|
||||
}
|
||||
);
|
||||
```
|
||||
|
||||
Header transitions can also be configured using `headerLeftInterpolator`, `headerTitleInterpolator` and `headerRightInterpolator` fields under `transitionConfig`.
|
||||
|
||||
Reference in New Issue
Block a user