Curated, actively maintained resources for building high-quality Expo and React Native applications.
This repository prioritizes clear grouping, practical DX value, and verified links.
| Category | Active resources |
|---|---|
| Docs & Upgrade Guides | 8 |
| Starter Kits & Templates | 9 |
| Navigation | 4 |
| State & Data | 12 |
| Backend & Auth | 8 |
| UI & Styling | 14 |
| Animation & Gestures | 6 |
| UX Libraries | 8 |
| Forms & Validation | 7 |
| Media & Camera | 6 |
| Device APIs | 8 |
| Accessibility & i18n | 4 |
| Push Notifications | 4 |
| Analytics & Monitoring | 7 |
| Monetization | 4 |
| MCP Integrations | 4 |
| Platform & Native Architecture | 7 |
| Build & Release | 5 |
| Testing & Quality | 6 |
| Performance & Profiling | 6 |
| Learning & Community | 16 |
Badges use source_kind from the data file directly:
source: official— maintainer-authored docs and repossource: community— public OSS and community resourcessource: commercial— vendor services and docs
- Explain why the resource is valuable for Expo/React Native DX.
- Keep description to 140 characters or less.
- Do not submit duplicate domain + same product entries.
last_verifiedcannot be in the future.
Generated from data/resources.yaml via npm run build:readme.
| Resource | Why it helps | Signals |
|---|---|---|
| EAS Documentation | Official guides for build, submit, update, metadata, and automation with EAS. | Verified: 2026-03-04 · Tags: eas ci-cd official |
| Expo Docs | Official Expo documentation portal covering setup, APIs, guides, and deployment. | Verified: 2026-03-04 · Tags: official docs expo |
| Expo Local-First Guide | Guide for local-first app patterns in Expo, including offline data and sync strategy basics. | Verified: 2026-03-09 · Tags: local-first offline expo |
| Expo SDK 55 Changelog | Release notes for SDK 55 with upgrade guidance and major platform changes. | Verified: 2026-03-04 · Tags: release upgrade sdk-55 |
| Expo SDK Upgrade Walkthrough | Step-by-step process to safely upgrade Expo SDK versions in existing apps. | Verified: 2026-03-04 · Tags: upgrade guide expo |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Docs | Official React Native documentation for setup, core APIs, and architecture. | Verified: 2026-03-04 · Tags: official docs react-native |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Doctor Docs | Official Expo Doctor checks for dependency, config, and SDK compatibility issues. | Verified: 2026-03-04 · Tags: expo doctor tooling |
| React Native Upgrade Helper | Compare diffs between RN versions to perform safer upgrades with fewer regressions. | Verified: 2026-03-04 · License: MIT · Tags: upgrade tooling react-native |
| Resource | Why it helps | Signals |
|---|---|---|
| Create Expo App Guide | Official guide for bootstrapping Expo projects with templates and flags. | Verified: 2026-03-04 · Tags: starter template official |
| Expo Tabs Template |
Expo starter template featuring tab navigation and common app shell patterns. | Verified: 2026-03-04 · License: MIT · Tags: template tabs expo |
| Resource | Why it helps | Signals |
|---|---|---|
| Create Better T Stack |
CLI for scaffolding type-safe TypeScript stacks with optional React Native frontend and backend choices. | Verified: 2026-03-07 · License: MIT · Tags: starter cli typescript react-native |
| Create Expo Stack |
CLI to bootstrap Expo apps with routing, styling, and backend stack options. | Verified: 2026-03-04 · License: MIT · Tags: starter cli expo |
| Ignite CLI |
Battle-tested React Native boilerplate generator focused on scalable app setup. | Verified: 2026-03-04 · License: MIT · Tags: boilerplate cli react-native |
| Resource | Why it helps | Signals |
|---|---|---|
| Create T3 Turbo |
Monorepo starter including Expo app and shared packages for full-stack setups. | Verified: 2026-03-04 · License: MIT · Tags: monorepo starter turbo |
| Crispy (Expo Router Components) |
Reusable Expo Router-first component set that accelerates new app shell development. | Verified: 2026-03-04 · Tags: expo-router components starter |
| Expo Supabase Starter |
Expo + Supabase starter with auth and production-ready mobile architecture patterns. | Verified: 2026-03-04 · License: MIT · Tags: starter supabase expo |
| React Native Template Obytes |
Production-grade Expo template with TypeScript, EAS, router, and quality tooling baked in. | Verified: 2026-03-04 · License: MIT · Tags: template expo production |
| Resource | Why it helps | Signals |
|---|---|---|
| React Navigation Deep Linking | Configure deep links and universal links across iOS, Android, and web routes. | Verified: 2026-03-04 · Tags: deep-linking routing navigation |
| React Navigation Docs | Standard navigation solution for React Native with stack, tabs, and deep linking. | Verified: 2026-03-04 · Tags: navigation routing docs |
| React Navigation Native Stack | Native stack navigator docs for better performance and platform-native transitions. | Verified: 2026-03-04 · Tags: navigation native-stack performance |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Linking Overview | Deep linking and URL handling for Expo apps across mobile and web targets. | Verified: 2026-03-04 · Tags: linking deep-linking expo |
| Resource | Why it helps | Signals |
|---|---|---|
| TanStack Query for React Native | Official guidance for using TanStack Query in React Native and Expo apps. | Verified: 2026-03-04 · Tags: data-fetching caching tanstack |
| TanStack Query Persist Client | Persist query cache to storage for offline and fast startup experiences. | Verified: 2026-03-04 · Tags: offline cache tanstack |
| Resource | Why it helps | Signals |
|---|---|---|
| Jotai Docs |
Atomic state model that scales from simple screens to complex app state graphs. | Verified: 2026-03-04 · Tags: state-management jotai atoms |
| Redux Toolkit Quick Start |
Modern Redux defaults with safer patterns and reduced setup complexity. | Verified: 2026-03-04 · Tags: redux state-management rtk |
| Zustand Docs |
Lightweight state management with minimal boilerplate and good RN ergonomics. | Verified: 2026-03-04 · Tags: state-management zustand lightweight |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo SecureStore SDK Docs | Official SecureStore docs for encrypted key-value storage of tokens and sensitive app secrets. | Verified: 2026-03-04 · Tags: securestore storage security |
| Expo SQLite SDK Docs | Official SQLite module docs for local relational storage, migrations, and offline data in Expo. | Verified: 2026-03-04 · Tags: sqlite persistence offline |
| React Native MMKV |
High-performance key-value storage used for persistence and local caching. | Verified: 2026-03-04 · License: MIT · Tags: storage performance persistence |
| Resource | Why it helps | Signals |
|---|---|---|
| Instant |
Realtime database platform with client-side queries, optimistic updates, and offline caching. | Verified: 2026-03-09 · License: Apache-2.0 · Tags: realtime local-first sync |
| TinyBase |
Reactive local-first data store and sync engine for apps that need offline-first data flows. | Verified: 2026-03-09 · License: MIT · Tags: local-first sync reactive-store |
| Resource | Why it helps | Signals |
|---|---|---|
| Drizzle ORM + Expo SQLite | Official guide to connect Drizzle ORM with Expo SQLite for typed queries and schema workflows. | Verified: 2026-03-09 · Tags: drizzle orm expo-sqlite |
| Prisma ORM for React Native and Expo |
Early access Prisma engine adaptation for React Native and Expo with SQLite and reactive query support. | Verified: 2026-03-09 · License: Apache-2.0 · Tags: prisma orm expo |
| Resource | Why it helps | Signals |
|---|---|---|
| Appwrite Platform |
Open-source backend platform with auth, database, storage, and functions for mobile apps. | Verified: 2026-03-04 · License: BSD-3-Clause · Tags: backend database baas |
| Appwrite React Native Quick Start | Official quick start for integrating Appwrite backend services in React Native apps. | Verified: 2026-03-04 · Tags: backend appwrite quickstart |
| React Native Firebase Docs | Modular Firebase integration docs for analytics, auth, messaging, and more in React Native. | Verified: 2026-03-04 · Tags: firebase backend react-native |
| Supabase Expo React Native Tutorial | Official Supabase tutorial for auth, database access, and realtime patterns in Expo apps. | Verified: 2026-03-04 · Tags: supabase backend database |
| Resource | Why it helps | Signals |
|---|---|---|
| Clerk Expo Quick Start | Official Clerk setup guide for auth, user management, and sessions in Expo apps. | Verified: 2026-03-04 · Tags: auth clerk identity |
| Expo Apple Authentication SDK Docs | Official Expo docs for Sign in with Apple setup, APIs, and credential flow handling. | Verified: 2026-03-07 · Tags: auth apple expo |
| Expo AuthSession SDK Docs | Official Expo auth session docs for OAuth, OpenID Connect, and SSO integration flows. | Verified: 2026-03-04 · Tags: auth oauth expo |
| Google Sign-In for React Native |
Official Google Sign-In SDK wrapper for React Native with one-tap and web client ID support. | Verified: 2026-03-06 · License: MIT · Tags: auth google identity |
| Resource | Why it helps | Signals |
|---|---|---|
| NativeWind |
Tailwind-style utility classes adapted for React Native and Expo components. | Verified: 2026-03-04 · License: MIT · Tags: styling tailwind ui |
| React Native Unistyles |
Styling system that extends React Native StyleSheet for dynamic themes and variants. | Verified: 2026-03-04 · Tags: styling theming performance |
| Shopify Restyle |
Type-safe design system primitives for building scalable React Native interfaces. | Verified: 2026-03-04 · License: MIT · Tags: design-system typescript ui |
| Tamagui |
High-performance UI kit and compiler for shared React Native and web design systems. | Verified: 2026-03-04 · License: MIT · Tags: design-system cross-platform ui |
| Uniwind |
Tailwind bindings for React Native from the Unistyles ecosystem, focused on speed. | Verified: 2026-03-04 · License: MIT · Tags: tailwind styling unistyles |
| Resource | Why it helps | Signals |
|---|---|---|
| Gluestack UI Repository |
Source repository for gluestack UI components and patterns for React and React Native. | Verified: 2026-03-04 · Tags: gluestack ui-kit nativewind |
| HeroUI Native |
React Native UI kit from the HeroUI team, built with Uniwind-based styling patterns. | Verified: 2026-03-04 · License: MIT · Tags: ui-kit components uniwind |
| React Native Elements |
Mature cross-platform UI toolkit with broad component coverage for React Native teams. | Verified: 2026-03-04 · License: MIT · Tags: ui-kit components react-native |
| React Native Paper |
Material Design component library with strong accessibility and theming support. | Verified: 2026-03-04 · License: MIT · Tags: components material theming |
| React Native Reusables |
Shadcn-inspired React Native components using Uniwind and NativeWind conventions. | Verified: 2026-03-04 · License: MIT · Tags: components nativewind uniwind |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo UI SDK Docs | Official Expo UI docs for cross-platform native UI primitives and theming APIs. | Verified: 2026-03-04 · Tags: expo-ui ui official |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Icons Guide | Official Expo guide for using vector icons, custom icon fonts, and icon image assets. | Verified: 2026-03-04 · Tags: icons ui expo |
| Lucide React Native |
Beautiful, consistent icon set with tree-shakeable React Native bindings and 1500+ icons. | Verified: 2026-03-04 · License: ISC · Tags: icons ui components |
| React Native SVG |
SVG rendering primitives for React Native used by icon libraries and custom vector graphics. | Verified: 2026-03-06 · License: MIT · Tags: svg graphics ui |
| Resource | Why it helps | Signals |
|---|---|---|
| Lottie React Native |
Render Lottie animations from Adobe After Effects in React Native applications. | Verified: 2026-03-04 · License: Apache-2.0 · Tags: animation lottie ui |
| Moti |
Reanimated-powered animation library with simple APIs for entrance, exit, and gesture motion. | Verified: 2026-03-04 · License: MIT · Tags: animation reanimated ui |
| React Native Reanimated |
Core animation library for React Native with performant UI-thread driven motion APIs. | Verified: 2026-03-04 · License: MIT · Tags: animation performance reanimated |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Skia |
GPU-accelerated 2D rendering toolkit for performant graphics and custom UI. | Verified: 2026-03-04 · License: MIT · Tags: graphics performance skia |
| React Native Worklets Docs | Official worklets documentation for off-main-thread execution in React Native. | Verified: 2026-03-04 · Tags: worklets performance threading |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Gesture Handler | Declarative gesture API for React Native enabling smooth touch interactions and swipes. | Verified: 2026-03-04 · License: MIT · Tags: gestures touch interaction |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Pager View |
Native pager component for swipeable screens using Android ViewPager and iOS UIPageViewController. | Verified: 2026-03-09 · License: MIT · Tags: pager navigation swipe |
| React Native Reanimated Carousel |
Carousel component library built on Reanimated for swipeable banners, cards, and snapping layouts. | Verified: 2026-03-07 · License: MIT · Tags: carousel components reanimated |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Live Markdown |
Live markdown TextInput replacement with native selection and customizable parsing/styling. | Verified: 2026-03-09 · License: MIT · Tags: markdown textinput live-formatting |
| React Native Markdown Display |
CommonMark-compatible markdown renderer for React Native with native components and customizable rules. | Verified: 2026-03-09 · License: MIT · Tags: markdown rich-text content |
| Resource | Why it helps | Signals |
|---|---|---|
| Sonner Native Toasts |
Opinionated toast component for React Native inspired by the Sonner web API. | Verified: 2026-03-04 · License: MIT · Tags: toast notifications ui |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Bottom Sheet |
High-performance bottom sheet component with gestures, snapping, and keyboard support. | Verified: 2026-03-04 · License: MIT · Tags: bottom-sheet gestures ui |
| React Native True Sheet |
Native-feel sheet component for iOS and Android with performant modal interactions. | Verified: 2026-03-04 · License: MIT · Tags: sheets modal ui |
| Resource | Why it helps | Signals |
|---|---|---|
| React Error Boundary |
Reusable React error boundary helpers for safer fallback UI and runtime failure recovery. | Verified: 2026-03-04 · License: MIT · Tags: error-handling reliability react |
| Resource | Why it helps | Signals |
|---|---|---|
| Formik |
Popular form abstraction for predictable field handling and validation workflows. | Verified: 2026-03-04 · License: MIT · Tags: forms formik validation |
| React Hook Form |
Efficient form state management with minimal rerenders and strong TypeScript support. | Verified: 2026-03-04 · License: MIT · Tags: forms validation performance |
| React Native Date Picker |
Native date, time, and datetime picker for iOS and Android with locale-aware customization. | Verified: 2026-03-09 · License: MIT · Tags: date-picker forms datetime |
| TanStack Form |
Modern form state toolkit with strong composability and predictable data flow. | Verified: 2026-03-04 · License: MIT · Tags: forms tanstack state |
| Resource | Why it helps | Signals |
|---|---|---|
| Valibot Docs | Modular, tree-shakeable schema validator suited for bundle-size sensitive apps. | Verified: 2026-03-04 · Tags: validation bundle-size schema |
| Yup Repository |
Mature object schema validator commonly used with form libraries in RN projects. | Verified: 2026-03-04 · License: MIT · Tags: validation schema forms |
| Zod Documentation | TypeScript-first schema validation used widely with forms and API contracts. | Verified: 2026-03-04 · Tags: validation types schema |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Image SDK Docs | Official Expo Image module docs for rendering, caching, and progressive media loading. | Verified: 2026-03-04 · Tags: expo-image media performance |
| Expo Video SDK Docs | Official Expo Video module docs for playback, controls, and streaming integration. | Verified: 2026-03-04 · Tags: expo-video media playback |
| React Native Compressor |
Media compression library for images, videos, and audio in React Native apps. | Verified: 2026-03-07 · License: MIT · Tags: compression media react-native |
| React Native Fast Image |
High-performance image component with aggressive caching, priority loading, and GIF support. | Verified: 2026-03-07 · License: MIT · Tags: images caching performance |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Camera SDK Docs | Official Expo Camera module for photo and video capture with barcode scanning support. | Verified: 2026-03-04 · Tags: camera media expo |
| React Native Vision Camera |
High-performance camera with frame processors, QR scanning, and video recording. | Verified: 2026-03-04 · License: MIT · Tags: camera vision performance |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Keyboard Controller |
Cross-platform keyboard handling and animations for smoother input-heavy screens. | Verified: 2026-03-04 · License: MIT · Tags: keyboard input animations |
| React Native NetInfo |
Network state and reachability API for monitoring connectivity changes in React Native apps. | Verified: 2026-03-04 · License: MIT · Tags: connectivity network device-apis |
| React Native Permissions |
Standardized permission handling for iOS and Android device capabilities. | Verified: 2026-03-04 · License: MIT · Tags: permissions device-apis native |
| React Native Share |
Native share sheet integration for sending text, files, and media to other apps. | Verified: 2026-03-04 · License: MIT · Tags: share native integration |
| React Native View Shot |
Capture React Native views as images for sharing, saving, and snapshot-based UI workflows. | Verified: 2026-03-09 · License: MIT · Tags: screenshot capture images |
| React Native WebView |
Cross-platform WebView component for rendering web content inside React Native apps. | Verified: 2026-03-06 · License: MIT · Tags: webview web-content native |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Location SDK Docs | Official Expo Location module for GPS, geofencing, and background location tracking. | Verified: 2026-03-04 · Tags: location gps expo |
| React Native Maps |
Cross-platform map components for iOS and Android with markers, polygons, and overlays. | Verified: 2026-03-04 · License: MIT · Tags: maps location native |
| Resource | Why it helps | Signals |
|---|---|---|
| i18next Docs | Core i18next docs for translation management, interpolation, and locale detection. | Verified: 2026-03-04 · Tags: i18n localization translations |
| React Native Localize |
Device locale, timezone, and regional settings helpers for internationalized React Native apps. | Verified: 2026-03-07 · License: MIT · Tags: i18n localization react-native |
| react-i18next Docs | React bindings for i18next with hooks and providers for multilingual Expo/RN apps. | Verified: 2026-03-04 · Tags: i18n localization react |
| Resource | Why it helps | Signals |
|---|---|---|
| React Native Accessibility Docs | Official React Native accessibility guide for screen readers, roles, and a11y practices. | Verified: 2026-03-04 · Tags: accessibility a11y docs |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Notifications SDK Docs | Official Expo push and local notification APIs with scheduling, channels, and handling. | Verified: 2026-03-04 · Tags: notifications push expo |
| Firebase Cloud Messaging (React Native Firebase) | Official React Native Firebase guide for push notification delivery via FCM. | Verified: 2026-03-06 · Tags: push-notifications fcm firebase |
| Notifee |
Feature-rich notification library for React Native with local notifications, channels, and advanced handling. | Verified: 2026-03-07 · License: Apache-2.0 · Tags: notifications push react-native |
| OneSignal React Native SDK |
Push notification and in-app messaging SDK for React Native with segmentation and A/B testing. | Verified: 2026-03-06 · License: MIT · Tags: push-notifications messaging onesignal |
| Resource | Why it helps | Signals |
|---|---|---|
| Firebase Crashlytics (React Native Firebase) | Official React Native Firebase guide for real-time crash reporting and stability monitoring. | Verified: 2026-03-06 · Tags: crash-reporting firebase monitoring |
| Sentry React Native Docs | Crash reporting, tracing, and release health monitoring for RN production apps. | Verified: 2026-03-04 · Tags: monitoring crash-reporting observability |
| Resource | Why it helps | Signals |
|---|---|---|
| Adjust React Native SDK Docs | Official Adjust React Native SDK docs for attribution, deep links, and lifecycle tracking. | Verified: 2026-03-04 · Tags: analytics attribution adjust |
| AppsFlyer React Native Plugin |
Official AppsFlyer plugin for install attribution and mobile marketing analytics. | Verified: 2026-03-04 · License: MIT · Tags: analytics attribution marketing |
| Firebase Analytics (React Native Firebase) | Official React Native Firebase guide for event tracking and user analytics via Google Analytics. | Verified: 2026-03-06 · Tags: analytics firebase tracking |
| Mixpanel React Native |
Open-source Mixpanel SDK for event tracking and analytics in React Native applications. | Verified: 2026-03-04 · License: Apache-2.0 · Tags: analytics mixpanel sdk |
| PostHog React Native Docs | Official PostHog guide for product analytics and feature flags in React Native apps. | Verified: 2026-03-04 · Tags: analytics product-analytics feature-flags |
| Resource | Why it helps | Signals |
|---|---|---|
| Adapty React Native SDK Installation | Official Adapty setup docs for subscriptions, paywalls, and in-app purchase flows. | Verified: 2026-03-04 · Tags: subscriptions iap adapty |
| React Native IAP |
Cross-platform in-app purchase library for iOS and Android with receipt validation support. | Verified: 2026-03-04 · License: MIT · Tags: iap purchases monetization |
| RevenueCat React Native Installation | Official RevenueCat React Native setup guide for in-app purchases and subscriptions. | Verified: 2026-03-04 · Tags: iap subscriptions monetization |
| Superwall Expo Docs | Official Superwall Expo docs for paywalls, subscription flows, and in-app monetization setup. | Verified: 2026-03-07 · Tags: paywalls subscriptions expo |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo MCP Server | Official Expo guide for configuring MCP server access in AI clients with EAS-aware tooling. | Verified: 2026-03-07 · Tags: mcp expo eas ai |
| Mixpanel MCP Docs | Official Mixpanel MCP docs for connecting AI clients with OAuth across US, EU, and IN endpoints. | Verified: 2026-03-07 · Tags: mcp mixpanel analytics oauth |
| RevenueCat MCP Server Setup | Official setup docs for RevenueCat Cloud MCP using OAuth or API-key auth in AI tools. | Verified: 2026-03-07 · Tags: mcp revenuecat subscriptions iap |
| Supabase MCP Docs | Official Supabase MCP guide for connecting AI tools with scoped project access and safety controls. | Verified: 2026-03-07 · Tags: mcp supabase baas security |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Config Plugins Introduction | Automate native project configuration for repeatable setup across environments. | Verified: 2026-03-04 · Tags: config-plugins native automation |
| Expo Modules Overview | Build native modules that integrate cleanly with Expo and React Native projects. | Verified: 2026-03-04 · Tags: native-modules expo architecture |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Dev Client SDK Docs | Official guide for custom development clients when Expo Go is not enough. | Verified: 2026-03-04 · Tags: dev-client native expo |
| Expo Development Builds | Use custom dev clients for native dependencies beyond Expo Go limitations. | Verified: 2026-03-04 · Tags: dev-client native expo |
| Resource | Why it helps | Signals |
|---|---|---|
| Nitro Modules |
Tooling for building very fast C++, Swift, and Kotlin modules with JSI bindings. | Verified: 2026-03-04 · License: MIT · Tags: native-modules jsi performance |
| React Native New Architecture Overview | Official overview of React Native New Architecture concepts and migration direction. | Verified: 2026-03-04 · Tags: new-architecture migration react-native |
| React Native Turbo Native Modules | New Architecture approach for type-safe and faster native module integrations. | Verified: 2026-03-04 · Tags: turbo-modules new-architecture native |
| Resource | Why it helps | Signals |
|---|---|---|
| EAS Build Introduction | Official build service overview for cloud and local Expo app builds. | Verified: 2026-03-04 · Tags: build eas release |
| EAS Metadata Introduction | Manage app store metadata as code to reduce release friction and manual mistakes. | Verified: 2026-03-04 · Tags: metadata release automation |
| EAS Submit Introduction | Automate store submission workflows for iOS and Android with EAS Submit. | Verified: 2026-03-04 · Tags: submit stores eas |
| EAS Update Introduction | Over-the-air updates for Expo apps with channels, rollouts, and runtime versioning. | Verified: 2026-03-04 · Tags: ota updates eas |
| Resource | Why it helps | Signals |
|---|---|---|
| Fastlane React Native Guide | Established automation toolkit for signing, screenshots, builds, and store delivery. | Verified: 2026-03-04 · Tags: fastlane release automation |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Unit Testing Guide | Expo-specific testing setup recommendations for Jest and React Native test stacks. | Verified: 2026-03-04 · Tags: expo testing jest |
| Jest React Native Tutorial | Official Jest guide for unit and snapshot testing React Native components. | Verified: 2026-03-04 · Tags: testing jest unit-test |
| React Native Testing Library | User-centric testing utilities aligned with React Testing Library best practices. | Verified: 2026-03-04 · Tags: testing rntl component-test |
| Resource | Why it helps | Signals |
|---|---|---|
| Detox Docs | Gray-box end-to-end testing framework for reliable mobile test automation. | Verified: 2026-03-04 · Tags: e2e automation detox |
| Maestro Docs | YAML-driven mobile UI testing tool focused on quick setup and CI reliability. | Verified: 2026-03-04 · Tags: e2e mobile ci |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo E2E Workflows Example | Practical E2E CI examples using EAS Workflows for mobile quality gates. | Verified: 2026-03-04 · Tags: e2e workflows expo |
| Resource | Why it helps | Signals |
|---|---|---|
| FlashList |
High-performance list virtualization library for large and complex mobile lists. | Verified: 2026-03-04 · Tags: lists virtualization performance |
| Legend List |
High-performance React Native list component designed for smooth scrolling at scale. | Verified: 2026-03-04 · License: MIT · Tags: lists virtualization performance |
| Resource | Why it helps | Signals |
|---|---|---|
| Hermes Engine Docs | Configure Hermes JavaScript engine for startup, memory, and runtime improvements. | Verified: 2026-03-04 · Tags: hermes runtime performance |
| React Native Performance Overview | Official guidance for measuring and improving JS, UI, and memory performance. | Verified: 2026-03-04 · Tags: performance profiling official |
| Why Did You Render |
Monkey patches React to detect potentially avoidable re-renders, including React Native apps. | Verified: 2026-03-09 · License: MIT · Tags: rerender debugging performance |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Bundle Analysis Guide | Analyze JavaScript bundle contents and size regressions in Expo applications. | Verified: 2026-03-04 · Tags: bundle size analysis |
| Resource | Why it helps | Signals |
|---|---|---|
| App.js Conference | High-signal talks from practitioners building large Expo and RN applications. | Verified: 2026-03-04 · Tags: talks conference video |
| Expo Tutorial | Official end-to-end tutorial for building and shipping your first Expo app. | Verified: 2026-03-04 · Tags: learning tutorial expo |
| GitHub React Native Topic | Discover trending and popular React Native repositories by GitHub topic. | Verified: 2026-03-04 · Tags: discovery github ecosystem |
| Resource | Why it helps | Signals |
|---|---|---|
| Expo Blog | Product updates, release breakdowns, and practical workflows from Expo team. | Verified: 2026-03-04 · Tags: blog release-notes learning |
| React Native Blog | Official release posts and architecture updates directly from maintainers. | Verified: 2026-03-04 · Tags: blog official react-native |
| React Native Radio | Long-running podcast and articles featuring advanced mobile engineering topics. | Verified: 2026-03-04 · Tags: podcast community learning |
| This Week in React | Curated weekly digest surfacing important React, React Native, and ecosystem news. | Verified: 2026-03-04 · Tags: newsletter curation updates |
| Resource | Why it helps | Signals |
|---|---|---|
| Artsy Eigen |
Artsy mobile application codebase, useful for studying mature React Native patterns. | Verified: 2026-03-04 · License: MIT · Tags: reference-app architecture react-native |
| Bluesky Social App |
Large-scale social application codebase for Web, iOS, and Android from Bluesky. | Verified: 2026-03-04 · License: MIT · Tags: reference-app social production |
| Expensify App |
Large production React Native app with real-world architecture and collaboration flows. | Verified: 2026-03-04 · License: MIT · Tags: reference-app architecture production |
| Kraken Wallet |
Open-source self-custody wallet showing production mobile crypto app patterns. | Verified: 2026-03-04 · License: MIT · Tags: reference-app wallet production |
| Uniswap Interface |
Open-source production interface for Uniswap, useful for large-scale React app architecture study. | Verified: 2026-03-04 · License: GPL-3.0 · Tags: reference-app defi production |
| Resource | Why it helps | Signals |
|---|---|---|
| Awesome (Sindre Sorhus) |
Canonical awesome-list repository and curation standard reference for quality list design. | Verified: 2026-03-04 · License: CC0-1.0 · Tags: awesome-list standards curation |
| Awesome React |
Broad React ecosystem curation for discovering tools transferable to React Native stacks. | Verified: 2026-03-04 · Tags: awesome-list react curation |
| Awesome React Native |
Long-standing curated list of React Native tools, components, and learning materials. | Verified: 2026-03-04 · Tags: awesome-list curation react-native |
| React Native Apps (Curated Open Source List) |
Curated collection of open-source React Native apps for architecture and UI inspiration. | Verified: 2026-03-04 · Tags: reference-apps curation react-native |
- Weekly health check: stale + link validation
- Monthly cleanup: prune outdated or unmaintained entries
- Release cadence: monthly patch updates or faster when needed
Data and curation are released under CC0-1.0.