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 tried to navigate to new scene with these parameters
let imageStyle = {resizeMode:'contain',width:30,height:30,backgroundColor:'red'}
let imageUri = {uri:this.props.userInfo.profileUrl}
Actions.chat({navigationBarTitleImage: imageUri, navigationBarTitleImageStyle: imageStyle)
But it didnt work.
The text was updated successfully, but these errors were encountered:
althurzard
changed the title
How to give new scene title image in parameter
How to give new title image in parameter when navigating new scene
Sep 10, 2017
@althurzard for your navigationBarTitleImage are you passing an object? or an <Image /> component? navigationBarTitleImage requires you pass an Image RN component.
Version
I tried to navigate to new scene with these parameters
let imageStyle = {resizeMode:'contain',width:30,height:30,backgroundColor:'red'}
let imageUri = {uri:this.props.userInfo.profileUrl}
Actions.chat({navigationBarTitleImage: imageUri, navigationBarTitleImageStyle: imageStyle)
But it didnt work.
The text was updated successfully, but these errors were encountered: