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
I want two buttons on the right side of the navigationBar.
I want to be able to pass an array of my buttons like this: renderRightButton={[this.searchButton, this.newButton]}
but it gives me this error: this.route.props.renderRightButton.bind is not a function.
Note: padding a single button here that isn't an array works...