Actually i am getting values from props, I need to concat those values and put in JSX text element. But i am trying to appending it is not working. Is there any way to make this happen. I don't want to create any other variable to concat.
Code :
<Text style={{marginTop = 15}}>{this.props.userinfo.token+this.props.userInfo.loggedin}</Text>