this.props.navigation.dispatch(NavigationActions.navigate({ routeName: 'SearchOrder' }))
 
 
为了解决我之前写的报错this.props.dispatch is undefined
this.props.dispatch(NavigationActions.navigate({ routeName: 'SearchOrder' }))

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-05-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-05-31
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案