Author Archives: Yasir

Yasir

Getting started with react-native-navigation (V2) for beginner

Getting started with react-native-navigation (V2) for beginner

Once you become familiar with react-native components and start designing pretty screens, the next question is how to navigate between screens. The solution comes in the form of some navigation libraries like react-navigation, react-native-navigation or so on. I personally prefer react-native-navigation as it is more native than just a react component thus have better performance. In this tutorial, I will walk you through the installation steps to build a basic navigation structure. Step 1: create an app with the desired name. You can use the below command to for that:

2hats Logic HelpBot