Welcome
to Native Dev Notes
A Comprehensive Blog for Mobile App Developers and Frontend Developers. Find tips, tutorials, and best practices to build apps with React Native
If you want to build something together or need a little bit of support with your new project let's
Get In Touch

Nested Navigation: Combining multiple types of navigation in React Native
This article shows you how to mix tab and stack navigation in React Native to make moving around your app easy. We'll walk you through the steps to set up and blend these two types of navigation, making your app's navigation feel natural and straightforward.
Read More

This article shows you how to mix tab and stack navigation in React Native to make moving around your app easy. We'll walk you through the steps to set up and blend these two types of navigation, making your app's navigation feel natural and straightforward.
Read More

Learn how to implement stack navigation in your React Native app with this quick guide. This article simplifies the process, helping you enhance your app's navigation capabilities. Elevate your user experience with smooth and effective navigation solutions.
Read More

In this article, I'll introduce two primary state management techniques in React Native and React: managing local state with the useState hook and managing context state with the Context API. We'll explore the differences between these methods, their ideal use cases, and how they can significantly enhance your project's performance and scalability. Through practical examples and actionable tips, you'll learn to manage state effectively in React Native. This knowledge will empower you to build user-friendly applications that are not only impressive but also easy to maintain and expand.
Read More

Learn the easiest method to handle the splash screen state in React Native apps with Expo in this article. Discover how to implement your own custom splash screen and effectively manage its state.
Read More