1 min readFeb 24, 2020
Day 25: React Navigation v5
It’s day 25 of my #ReactNativeIn30Days series. In today’s post, I will talk about how I changed from React Native navigation v4 to v5 and its benefit.
In React Navigation 5, all of the configuration happens inside a component and is dynamic. This lets the developer develop complex UI/UX quickly that is required in their business logic.
You can get more information from their official website: reactnavigation.org
Wrap up :
I talked about react navigation v5 and it’s benefit.