React Navigation: Working with Params
What's React navigation?
Unlike a web browser - where a link is simply made using an anchor <a> tag, and the URL is pushed to the browser history stack - React Native doesn't have a built-in feature of a global history stack.
In most cases, mobile ap...
jrcopeti.hashnode.dev3 min read