mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
Update react-navigation-stack, export HeaderStyleInterpolator, and add example of using it to playground
This commit is contained in:
3
src/react-navigation.js
vendored
3
src/react-navigation.js
vendored
@@ -143,6 +143,9 @@ module.exports = {
|
||||
get HeaderBackButton() {
|
||||
return require('react-navigation-stack').HeaderBackButton;
|
||||
},
|
||||
get HeaderStyleInterpolator() {
|
||||
return require('react-navigation-stack').HeaderStyleInterpolator;
|
||||
},
|
||||
|
||||
// DrawerView
|
||||
get DrawerView() {
|
||||
|
||||
Reference in New Issue
Block a user