-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Hello,
Thanks for the great module - Is their any way to dynamically change the sate of a title and navbar.
For example.
<Route key="UserCredentials" name="UserCredentials" hideNavBar={this.state.UserCredentialsNavBar} component={UserCredentials} initial={ false } title={this.state.title} schema="withoutAnimation" />
And then I would have a listener which would change the state this.state.UserCredentialsNavBar 'true' or 'false' and this.state.title 'Some title' or 'Some other title'.
I tried but didn't get any where.
Thanks in advance.
:0)
Metadata
Metadata
Assignees
Labels
No labels