【发布时间】:2019-07-01 23:32:17
【问题描述】:
Navigation.push( {
component: {
name: "Request",
passProps: {
text: 'Pushed screen',
bb1: 'anything you want here',
} }
});
导航将传递道具推送到堆栈中的新屏幕,我想弹出带有参数的屏幕。有什么方法可以在 wix Navigation 中执行此操作,期待 redux 吗?
Navigation.pop(this.props.componentId);
【问题讨论】:
标签: react-native navigation velo