Hi guys, In this article, we going to learn about Add Image Icon inside Navigation bar in React Native. as you all know in React Native we use React Navigation to navigate between screens in the React Native application. Sometimes developers need to add an Image Icon on the header navigation…
Read MoreCategory: React Navigation 6.x
How to add custom header in react native
In this article, we are going to learn about How to add custom header in react native. As we all know react native uses React navigation which provides all types of navigation in react native projects. React Navigation provides a default header on every screen. but sometimes developers need to…
Read MoreHow to navigate between screens in React Native
In this article, we are going to learn about How to navigate between screens in React Native. To navigate between screens react native provides a powerful React-Navigation package. which you need to install in the project. this package provides different types of navigators like Stack, Native Stack, Drawer, Bottom Tabs,…
Read MoreHow to use React Native Navigation v6
In this article, we are going to learn about How to use React Native Navigation v6. To navigate between screens react native provides a powerful React-Navigation package. which you need to install in the project. this package provides different types of navigators like Stack, Native Stack, Drawer, Bottom Tabs, Material…
Read More