undefined不是React Native中的一个对象(正在评估'this.props.componentId')错误

时间:2019-02-10 15:06:56

标签: react-native redux wix-react-native-navigation

我要

  

未定义不是对象(正在评估'this.props.componentId')

使用wix在redux操作中反应本机导航时,发生反应本机错误

Navigation.push(this.props.componentId, {
  component: {
    name: 'navigation.appartmento.Home',
    passProps: {
      text: 'Pushed screen'
    },
    options: {
      topBar: {
        title: {
          text: 'Sign up'
        },
        background:{
          color:'#FD9804'
        }
      }
    }
  }
})

它在组件内运行良好,但在redux动作内运行

0 个答案:

没有答案