kay
kay
there is an invisible overlay (which is just as high as the initial navigation bar) if I set the height for the navigationBar this way :/
any news?
[SOLVED] ``` @withNavigation class BackButton extends React.Component { render() { return ( ); } _goBack = () => { if (this.props.navigator.getCurrentIndex() > 0) { this.props.navigator.pop(); } } } export default...
+1 and also for the transition from left to the right in slideHorizontal or slideHorizontalIOS :/