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...