Connecting React Navigators To Redux Stores

In this blog post I will demonstrate how to connect React Navigators to Redux Stores. But first, let's quickly understand what react navigators are and why would we want to connect them to redux stores anyway. React Native doesn't have a built-in API for navigation like a web browser does…