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
Latest post
Blog post 0
8 min read | Feb 22, 2024
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

Blog post 1
7 min read | Feb 1, 2024
React Native Navigation: How to build Stack Navigation

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

Blog post 2
5 min read | Jan 25, 2024
State Management in React Native: Fundamentals and Practical Use Cases

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

Blog post 3
4 min read | Jan 18, 2024
Expo SplashScreen: Learn how to manage the splash screen in your app

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