标签: reactjs react-router reactjs-flux react-native-router-flux
我正在使用带有助焊剂的反应路由器。有没有办法知道商店里的当前路线?我尝试使用this.props.location.pathname,但始终未定义。
this.props.location.pathname
答案 0 :(得分:0)
从上一版本(v4)开始,您可以像访问 Actions.state 一样访问您的应用导航状态,使用 Actions.currentScene 获取当前场景的名称。< / p>
您可以在GitHub https://github.com/aksonov/react-native-router-flux