标签: react-native react-native-router-flux
有没有办法根据本地存储中的缓存路径(例如redux-persist)恢复上一个会话中的最后一个场景?
目前必须在初始场景的ComponentWillUpdate中完成,这将导致初始场景在转换到最后访问的场景之前显示。
ComponentWillUpdate
无法在ComponentWillMount中完成,因为本地存储中的状态仅在ComponentWillMount执行后才会被充实。
ComponentWillMount