Update react-navigation-stack, export HeaderStyleInterpolator, and add example of using it to playground

This commit is contained in:
Brent Vatne
2018-08-22 17:16:39 -07:00
parent b6bca3ed2e
commit 556c31626e
4 changed files with 23 additions and 8 deletions

View File

@@ -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() {