You should call your dispatch function and set when your component is mounted using this.props.navigation.setParams
Set dispatch function in your component
this.props.navigation.setParams({
dispatch: this.dispatch.bind(this)
})
dispatch(){
//your code
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…