React Native Passkeys with Expo (2026): WebAuthn, Associated Domains, and Credential Manager
Ship WebAuthn passkeys in React Native with Expo dev-builds, Associated Domains on iOS, Credential Manager on Android, and server-side verification.
Step-by-step learning guides
Ship WebAuthn passkeys in React Native with Expo dev-builds, Associated Domains on iOS, Credential Manager on Android, and server-side verification.
Capture heap snapshots from a Hermes-powered React Native app in Expo, read retainer paths in Chrome DevTools, and catch the three most common leaks with numbers, traces, and CI regression tests.
Ship native Apple Maps and Google Maps in a React Native app with expo-maps: install the config plugin, render your first map, drop markers, handle camera events, and decide when to stay on react-native-maps.
Ship iOS home screen widgets from an Expo React Native app using @bacons/apple-targets. Covers App Groups, SwiftUI layouts, App Intents on iOS 17+, deep-linking, and the debugging traps that eat weekends.
A practical, hands-on guide to Bluetooth Low Energy in React Native with Expo and react-native-ble-plx v3: dev builds, iOS/Android permissions, scanning, GATT services, characteristic reads/writes, notifications, and background reconnection.
Expo File System Next in SDK 54 replaces the legacy async URI API with File, Directory, and Paths classes. Here is the full setup, sync vs async guide, and legacy migration playbook.
The React Compiler ships stable in React 19.2 and works with Expo SDK 55 and React Native 0.83. Setup steps, real performance traces from three production screens, bailout debugging, and a rollout checklist.
Build server endpoints inside your Expo app with +api.ts handlers, then ship them on EAS Hosting. Covers server output, dynamic segments, auth, middleware, env vars, testing, and honest limits.
A React Native lead engineer's hands-on guide to Expo EAS Workflows: the YAML-based CI/CD system for building, submitting, and OTA-updating your app without GitHub Actions. Includes a full production workflow file, monorepo setup, secrets handling, and a comparison table.
Learn how to add a WebView to your Expo React Native app in 2026. This guide covers install, postMessage bridging, safe JavaScript injection, cookies, file uploads, debugging with Chrome DevTools, and the security defaults every production app needs.
Ship real-time ML Kit face detection and OCR in an Expo development build using React Native Vision Camera v5 frame processors, runAsync, and worklets.
Fix React Native edge-to-edge on Android 15 with Expo. Learn SafeAreaProvider, useSafeAreaInsets, expo-status-bar, and expo-navigation-bar patterns.