Skip to main content

94 posts tagged with "React Native"

Articles related to React Native

View All Tags

How to Install React Native on Windows: Step-by-Step Tutorial for Beginners

· 8 min read
Full Stack Developer
Last updated on July 6, 2025

how to install reactnative on windows

React Native has become one of the most popular frameworks for building cross-platform mobile applications. If you’re a Windows user looking to start your React Native development journey, this comprehensive guide will walk you through every step of the installation process.

How to Generate a React Native Release Build for Android

· 6 min read
Full Stack Developer
Last updated on May 6, 2026

react native release build android

React Native developers eventually need a signed Android release build. For Google Play, the normal production artifact is an Android App Bundle (.aab). APKs are still useful for local testing, sideloading, and some distribution workflows, but Google Play release planning should start with the app bundle.

This guide explains the modern release build flow for React Native Android apps.

Best React Native UI Libraries

· 11 min read
Full Stack Developer
Last updated on May 6, 2026

react native libraries

React Native has become the go-to framework for creating cross-platform mobile applications that feel native on iOS, Android, and even the web. While it's a strong foundation for app development, taking an app from a concept to a visually appealing, smooth, and user-friendly interface can be quite challenging and time-consuming. That is where React Native UI libraries come into their own. These libraries offer developers the pre-built and customizable elements that accelerate the design process and thereby help create amazing apps faster with less effort.

If you are looking for design-kit inspiration and starter screens, see Best Free React Native UI Kits. This article focuses on reusable component libraries and design-system building blocks.

Flutter vs React Native Comparison

· 5 min read
Full Stack Developer
Last updated on August 24, 2024

Introduction

In today’s fast-paced app development world, choosing the right framework for building cross-platform applications is crucial. Two of the most popular frameworks in this space are Flutter and React Native. This article will dive into a detailed comparison of these two frameworks to help you make an informed decision for your next project.

AsyncStorage Example - Persisting Login Credentials in React Native

· 8 min read
Full Stack Developer
Last updated on February 14, 2024

At Instamobile, all of our React Native Templates have support for saving the user login credentials. This means that when users open the app, they are automatically logged in if they previously entered their valid login info. To achieve this behavior, we are leveraging AsyncStorage. In this tutorial, we are offering a React Native AsyncStorage example, inspired by our work on Instamobile’s React Native starter kits, including functional source code and step by step explanations.

intro to native

Haptic Feedback in React Native

· 6 min read
Full Stack Developer
Last updated on February 13, 2024

Haptic Feedback React Native

Perceived performance is critical in mobile apps. We need to make our apps fast and snappy, otherwise users won’t use them. Adding features like animations and haptic touch feedback makes mobile apps feel more performant. In this article we are going to be talking about Haptic Feedback in React Native – what it is and how can we implement it in mobile apps.

How to Use Supabase in React Native

· 4 min read
Full Stack Developer
Last updated on May 6, 2026

supabase-react-native

Supabase can be a strong backend for React Native apps when you want PostgreSQL, SQL, Row Level Security, Auth, Storage, and Edge Functions. The key React Native detail is session persistence: configure storage and URL handling before building screens on top of the Supabase client.