我正在尝试将信息从上一页获取到当前页面。
我找到了这个解决方案,但是它不起作用。使用prevScene
的属性Actions
,但它返回相同的字符串currentScente
。为什么?
此外,我看到这个亲戚question,但没有人回答。
答案 0 :(得分:1)
我有同样的问题,但找不到合适的道具。
所以我在导航到currentScene时传递了from
道具,并将其用于进一步处理,如下所示:
Actions.currentSceneKey({ from: 'prevSceneKey' });
console.log(this.props.from); // prevSceneKey