react-native-router icon indicating copy to clipboard operation
react-native-router copied to clipboard

Keep hidden nav content item hidden after tween completion

Open jevakallio opened this issue 9 years ago • 0 comments

When using backgroundColor: 'transparent' on Router.headerStyle, after navigating from initial route to a second route, the header content items are displayed one on top of another: screen shot 2015-07-06 at 17 10 11

This commit fixes the issue by setting the disappearing nav item's opacity tween end value to 0, instead of 1.

Thanks for all the great work on this component, @t4t5!

jevakallio avatar Jul 06 '15 16:07 jevakallio