You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{this._renderRow('Replace here',()=>{varprevRoute=this.props.route;this.props.navigator.replace({title: 'New Navigation',component: EmptyPage,rightButtonTitle: 'Undo',onRightButtonPress: ()=>this.props.navigator.replace(prevRoute),passProps: {text: 'The component is replaced, but there is currently no '+'way to change the right button or title of the current route',}});})}
title hasn't been replaced by 'New Navigation' and rightButtonTitle can't show,too
Many people from the community hang out on Stack Overflow and will be able to see and likely also answer your question. Using Stack Overflow for questions also helps us use Github issues to keep track of bugs that need to be fixed.
I change page from login to home(login is first route), I use
online page replace , but title is Login。
The text was updated successfully, but these errors were encountered: