From 4a9712d66bd6f2c4504d225ef4b3e2b7a26940e2 Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Mon, 8 Feb 2016 16:04:49 -0500 Subject: [PATCH] Fix opacity issue with NavBarContent --- components/NavBarContent.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/NavBarContent.js b/components/NavBarContent.js index 2696797..93a5483 100644 --- a/components/NavBarContent.js +++ b/components/NavBarContent.js @@ -87,6 +87,8 @@ class NavBarContent extends React.Component { } ).start(); }, 0); + } else if (newProps.route === this.props.route) { + this.state.opacity.setValue(1); } }