gpt4 book ai didi

javascript - 使用 React-Native-Router-Flux 从导航栏按钮传递 Prop

转载 作者:行者123 更新时间:2023-12-03 04:15:18 25 4
gpt4 key购买 nike

我有一个使用 react-native-router-flux 的相当充实的项目,我正在尝试通过 props 传递一个对象。通常我可以调用 Actions.someKey({ someProp: object }) 进行导航,但我尝试使用 rightButtonImage 进行导航,但它无权访问组件的 props

例如:

Router.js

<Router>
<Scene1
rightButtonImage={someImage}
onRight={() => Actions.sceneTwo()}
/>
<Scene2 key="sceneTwo" />
</Router>

当我移动到 Scene2 时,我想传递 Scene1 的组件可以访问的对象。

最佳答案

它可能对您有帮助:在每个组件中,即在 componentDidMount 中,您可以执行类似的操作:

Actions.refresh({
rightTitle: "Next",
rightButtonTextStyle: {color: 'red'},
onRight: this.goSomewhere,
rightButtonImage: someImage
})

关于javascript - 使用 React-Native-Router-Flux 从导航栏按钮传递 Prop ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44167556/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com