Skip to content

is titleProps working for anyone ? #75

@deresegetachew

Description

@deresegetachew

is titleProps working for anyone ?
i am assuming titleProps is working like passProps;
this is my sample code:

this.props.toRoute({titleComponent:titlecomp,titleProps:{title:"test"},headerStyle:{backgroundColor:'#299CCA'},hideNavigationBar:false,trans:false,noStatusBar:false,component:require('./ContactDetail'),passProps:{data:rowData,callBack:this.deleteContact.bind(this),token:this.props.data.Token }});

and is this how we are suppose to access it from within our TitleComponent right ?

this.props.title or this.props.titleProps.title ; i am using the first one.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions