How can I wait until I get the dispatch result in React

后端 未结 0 1801
梦如初夏
梦如初夏 2020-11-28 13:27

consider the following code :

const onSubmit = (data) => {
    dispatch(Actions.updatedUser(data))
    navigation.navigate(\'xxxx\')
}

Whe

相关标签:
回答
  • 消灭零回复
提交回复
热议问题