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

change navbar to Animated.View to allow for extension

Open liusy182 opened this issue 9 years ago • 0 comments

In many circumstances we want to add animations to a navBar transition. For example, when we scroll up / down in a ScrollView, we want to hide / show navBar.

This PR exposes the navBar portion of the view as an Animated.View so that animation can be applied on this view through this.props.style

liusy182 avatar Oct 30 '16 05:10 liusy182