Skip to main content

66 posts tagged with "Mobile Development"

Articles related to mobile development

View All Tags

React Native 0.75.4 Upgrade Guide: Fixing Breaking Changes & Dependency Issues

· 7 min read
Mobile Developer
Last updated on August 26, 2025

upgrade guide for fixing breaking chnges

Upgrading a React Native app doesn't have to be stressful. This concise, step-by-step guide walks you through upgrading to React Native with Expo SDK, addressing common breaking changes, dependency conflicts, platform configuration updates, testing strategies, and OTA deployment. Follow the practical commands and troubleshooting tips to get your app building and running reliably on the latest SDKs.

Continuous Integration for React Native Apps with Fastlane and GitHub Actions

· 10 min read
Mobile Developer
Last updated on August 14, 2025

continus integration on react native apps

Continuous Integration for React Native Apps with Fastlane and GitHub Actions

Building a React Native app is fun, but manually testing, building, and deploying every change can slow you down. Continuous integration (CI) automates these tasks, letting you focus on creating awesome features. In this beginner-friendly guide, we’ll set up a CI pipeline for your React Native app using Fastlane, GitHub Actions, and Expo Application Services (EAS) with Expo SDK 51 and React Native 0.75.4. We’ll automate builds for iOS (Xcode 16+, iOS 18 SDK) and Android (SDK 35), run tests, and deploy OTA updates and store releases. No CI experience is needed, and we’ll explain key terms along the way. For prebuilt CI setups, check out templates at Instamobile or Dopebase.

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.

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.

Best Mobile App Templates

· 22 min read
Full Stack Developer
Last updated on December 28, 2023

dating app templates

Mobile app templates are game-changers for developers at every level. For beginners, they offer a valuable starting point, helping them navigate the complexities of coding with confidence. For experienced developers, these templates are invaluable time-savers, allowing them to focus on refining and innovating without getting bogged down by repetitive tasks.

How to Use Supabase in React Native

· 5 min read
Full Stack Developer
Last updated on December 16, 2023

supabase-react-native

In this tutorial, we'll guide you through the process of using Supabase, an open-source Backend-as-a-Service (BaaS), with React Native to build a simple Todo app. We'll cover the three essential aspects of Supabase: Authentication, Database, and Functions. By the end of this tutorial, you'll have a solid understanding of how to integrate Supabase into your React Native application.