标签: react-native react-native-router-flux
我整个上午都在阅读docs,但找不到简单的OnEnter()方法,就像在react-router中一样。我正在使用最新版本。
OnEnter()
react-router
我需要在输入特定Scene时获取一些资源。有什么想法吗?
Scene
答案 0 :(得分:0)
您可以在场景组件中使用构造函数或componentWillMount函数。
constructor(props){ fetch(url) then(doThings()) }