-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't change title #133
Comments
Even if I add an own Title component and try to set the props via |
At this time, we can't easily update the title of the current route. PRs are welcome :) |
Yeah, I am using an own title component. This works without problems :) |
Can you share with us how you do that for further question? :) |
Yeah, I'll post tomorrow the code here. In my case I am using a ScrollView slider and change the title if I've slided to the next component. |
Oh cool. Related to #122. |
Here's my answer: index.js
title.js
dashboard.js
So in this case we can easily set the title via property and change it whenever we want. |
Hey,
I'm having an issue when I try to change the title of the header. For example my app component looks like this:
After changing the state, componentWillUpdate fires but the title in the header still remains the same.
The text was updated successfully, but these errors were encountered: