Can I navigate in React Native using Redux action?
I have a registration form that after submission of which I want to navigate to other screen only if the request succeeds in the action file not in Component itself. I'm sending navigation as an argument to the function from…