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 was archived by the owner on Oct 2, 2019. It is now read-only.
Hello, I'm building a component which wraps react-router.
This component looks something like this
actionHandler: function(action){// open a new route here// unable to call this.toRoute, this.refs.router.toRoute},render: function(){return(<Routerref="router"firstRoute={this.state.route}customAction={this.actionHandler}/>);},
Any ideas how I could expose the toRoute from the wrapper container?
The text was updated successfully, but these errors were encountered:
jonmorehouse
added a commit
to jonmorehouse/react-native-router
that referenced
this issue
Apr 20, 2015
Hello, I'm building a component which wraps react-router.
This component looks something like this
Any ideas how I could expose the toRoute from the wrapper container?
The text was updated successfully, but these errors were encountered: