0

我整个上午都在阅读文档,但找不到简单的OnEnter()方法,比如在react-router. 我正在使用最新版本。

输入一些特定Scene的 . 任何想法?

4

1 回答 1

0

您可以在场景组件中使用构造函数或 componentWillMount 函数。

constructor(props){
    fetch(url)
    then(doThings())
}
于 2017-01-07T10:37:47.383 回答