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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Right now, the navigation bar only updates after the user releases their touch. If anyone has a nice implementation for changing the navigation bar's opacity based on the user's finger position (as many well-designed apps do), feel free to leave a comment or make a pull request!
The text was updated successfully, but these errors were encountered:
I'm new to RN and react-native-router .
How can I use routes in titleCompoent ?
my code is something like this,it will cause an error :"this.props.toRoute is not a function"
var TitleComp = React.createClass({
render:function(){
return (
Right now, the navigation bar only updates after the user releases their touch. If anyone has a nice implementation for changing the navigation bar's opacity based on the user's finger position (as many well-designed apps do), feel free to leave a comment or make a pull request!
The text was updated successfully, but these errors were encountered: