Articles by Tag #expo

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Fixing "Network Request Failed" in React Native: The localhost Problem

Introduction If you've ever encountered a TypeError: Network request failed error when...

Learn More 3 1Dec 3 '25

Expo: The Swiss Army Knife of React Native (And How to Test Your App Everywhere)

Welcome to the wonderful world of Expo! If React Native is the engine of your app, then Expo is the...

Learn More 6 0Sep 4 '25

🤯 This One Feature in React Native Will Make You Rethink Mobile Development!

🤯 This One Feature in React Native Will Make You Rethink Mobile Development! If you're...

Learn More 1 0Oct 7 '25

React Native em Alta Performance: Expo Modules, C++ e SIMD (ARM NEON)

Você já sentiu que o JavaScript "pediu arrego" ao tentar processar algo pesado no React Native? Seja...

Learn More 5 2Jan 5

How to use font family in react native expo with Nativewind

This posts showcase how to setup any font family in your react-native (Expo) projects and then...

Learn More 1 1Oct 20 '25

Build unsigned iOS ipa to install via Sideloadly!

Recently during the development it would require to test Apple Enclave with public/private key...

Learn More 3 0Nov 5 '25

Orbitalink at India Mobile Congress 2025 — A Step Closer to the Cosmos

Last week was truly special for all of us at Orbitalink. We had the incredible opportunity to...

Learn More 0 0Oct 13 '25

[Boost]

React Native em Alta Performance: Expo Modules, C++ e SIMD (ARM...

Learn More 0 0Jan 5

What Are Over-The-Air Updates and Why They Matter for React Native

Imagine shipping a critical bug fix to your mobile app and having it reach users within minutes—not...

Learn More 0 0Jan 4

A quick guide to push notifications with expo-notifications and Firebase

These days I had to implement push notifications, and since I really like the direction Expo is...

Learn More 7 11May 26 '25

Run Your Expo App on a Physical Phone (with a Development Build) — Expo 53 + Expo Router

Hot reloading on device, native modules, fast iteration — without the App Store or Play Store...

Learn More 1 0Sep 4 '25

Using React Native Components in a Next.js Web App (via @expo/next-adapter)

Using React Native Components in a Next.js Web App (via @expo/next-adapter) This post...

Learn More 1 0Sep 6 '25

Working Expo + pnpm Workspaces Configuration

Working Expo + pnpm Workspaces Configuration This post outlines how I got pnpm workspaces...

Learn More 0 0Jan 14

I Built a Screen Capture Library for React Native (and Here's Why You Might Need It)

I Built a Screen Capture Library for React Native 📸 Ever needed to capture what's...

Learn More 0 0Nov 11 '25

(EAS Custom Builds, Maestro Cloud) Expo + Maestro CI Pipeline Overviews

Pipeline overview Push to main triggers a GitHub Action workflow The workflow installs...

Learn More 0 0Sep 6 '25

🚀 Why You Should Start Building Cross-Platform Apps with React Native & Expo Right Now!

The world of app development is evolving fast! If you're still building separate apps for iOS and...

Learn More 6 0Mar 31 '25

How to Set Up NativeWind in Expo Without Version Conflicts

The first time I tried setting up NativeWind in an Expo React Native app, I followed the official...

Learn More 0 0Jan 20

Como Interceptar Notificações no Android com OneSignal

Neste tutorial, vou mostrar passo a passo como interceptar as notificações do seu aplicativo que está...

Learn More 0 0Jan 6

Implement Face Detection App on iOS with React Native + Expo within 10 Minutes!

Ever wanted to build a face detection app using React Native + Expo? Here's how you can go from zero...

Learn More 3 1Apr 15 '25

Unlocking 60FPS: My Deep Dive into React Native Performance (Expo vs. Bare Workflow

Why your React Native app still stutters 🐌 (and why I’m leaning harder into Expo) I’ve been building...

Learn More 0 0Jan 18

Launching your personal assistant

Introduction In this post, we will extend the implementation of an AI Agent. This time, we...

Learn More 5 0Dec 16 '25

React Native Linking: The Simple Guide to Protocols

In React Native, the Linking module is the built-in interface used to interact with both incoming and...

Learn More 1 0Jan 7

Cómo implementar un widget en React Native para iOS

Después de implementar widgets en mi último proyecto de React Native con Expo, decidí compartir mi...

Learn More 5 0Mar 5 '25

React Native + Expo Templates That Just Work

I’ve been doing front-end development since the dark ages of IE5. Mostly working on web apps for most...

Learn More 3 1May 20 '25

Why React Native Development Sucks (Unless You're Using Expo)

React Native, the sweet, sweet siren song that lures web developers into the world of mobile app...

Learn More 2 0Apr 11 '25

How to use gorhom/react-native-bottom-sheet with Expo Router

I was recently revamping an app to replace some route based modals with bottom sheets, so I decided...

Learn More 1 1Mar 23 '25

React Native Expo SDK 51 Upgrade: Starting April 24, 2025, iOS apps must be built with the iOS 18 SDK.

My Descent into the Podfile Abyss (and How I Climbed Out) Upgrading Expo SDK 50 → 51 in the Bare workflow to meet Apple’s iOS 18 SDK requirement.

Learn More 0 0Apr 22 '25

How to use react component to create a timer circle (circular progress )

TimeCircle: A Simple SVG-Based Countdown Ring for React Native (Expo) A reusable...

Learn More 0 0Jul 31 '25

I just published my first dev article! While working on a React Native project, I couldn’t find a good guide on setting up push notifications with Expo and Firebase, so I decided to write one myself.

A quick guide to push notifications with expo-notifications and...

Learn More 0 0May 26 '25

How to build a mobile weather app in React Native (part 1)

Building a mobile app can be hard, especially without much prior experience. First you have to come...

Learn More 0 0Aug 19 '25