I see a lot of people in the response problems section using this.props.navigation.dispatch for programmatic navigation. Is there any specific reason or use case for using this.props.navigation.navigate ?
It seems that you can pass additional parameters to the send function? Is there anything else? Can you use dispatching without explicitly linking reaction-navigation to your apps apps store? Right now I have an application that has reduction, but I donβt want to explicitly configure my reduction settings to know about interactive navigation (and would rather save it that way if I can).
arcom source share