Routing in React Native Apps

Navigation is a chapter that has “troubled” RN developers for some time now. Actually, it still troubles us. When I started with RN, 1.5 years ago, Navigator component was the suggested cross platform approach from React Native documentation itself. The bad news came a few months later, when RN team deprecated it and removed it completely from…