Skip to content

eyupk3/awesome-expo-react-native-dx

Awesome Expo + React Native DX Awesome CI

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 Overview

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

Classification

Badges use source_kind from the data file directly:

  • source: official — maintainer-authored docs and repos
  • source: community — public OSS and community resources
  • source: commercial — vendor services and docs

Contribution Rules

  • 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_verified cannot be in the future.

Generated from data/resources.yaml via npm run build:readme.

Docs & Upgrade Guides

Expo Docs (5)

Resource Why it helps Signals
EAS Documentation Official guides for build, submit, update, metadata, and automation with EAS. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: eas ci-cd official
Expo Docs Official Expo documentation portal covering setup, APIs, guides, and deployment. platform: expo type: article source: official maintained: yes
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. platform: expo type: article source: official maintained: yes
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. platform: expo type: article source: official maintained: yes
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. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: upgrade guide expo

React Native Docs (1)

Resource Why it helps Signals
React Native Docs Official React Native documentation for setup, core APIs, and architecture. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: official docs react-native

Upgrade Tools (2)

Resource Why it helps Signals
Expo Doctor Docs Official Expo Doctor checks for dependency, config, and SDK compatibility issues. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: expo doctor tooling
React Native Upgrade Helper Compare diffs between RN versions to perform safer upgrades with fewer regressions. platform: react-native type: tool source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: upgrade tooling react-native

Starter Kits & Templates

Official Starters (2)

Resource Why it helps Signals
Create Expo App Guide Official guide for bootstrapping Expo projects with templates and flags. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: starter template official
Expo Tabs Template
GitHub stars
Expo starter template featuring tab navigation and common app shell patterns. platform: expo type: template source: official maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: template tabs expo

CLIs & Generators (3)

Resource Why it helps Signals
Create Better T Stack
GitHub stars
CLI for scaffolding type-safe TypeScript stacks with optional React Native frontend and backend choices. platform: react-native type: tool source: community maintained: yes
Verified: 2026-03-07 · License: MIT · Tags: starter cli typescript react-native
Create Expo Stack
GitHub stars
CLI to bootstrap Expo apps with routing, styling, and backend stack options. platform: both type: tool source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: starter cli expo
Ignite CLI
GitHub stars
Battle-tested React Native boilerplate generator focused on scalable app setup. platform: react-native type: tool source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: boilerplate cli react-native

Community Templates (4)

Resource Why it helps Signals
Create T3 Turbo
GitHub stars
Monorepo starter including Expo app and shared packages for full-stack setups. platform: both type: repo source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: monorepo starter turbo
Crispy (Expo Router Components)
GitHub stars
Reusable Expo Router-first component set that accelerates new app shell development. platform: expo type: repo source: community maintained: yes
Verified: 2026-03-04 · Tags: expo-router components starter
Expo Supabase Starter
GitHub stars
Expo + Supabase starter with auth and production-ready mobile architecture patterns. platform: expo type: template source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: starter supabase expo
React Native Template Obytes
GitHub stars
Production-grade Expo template with TypeScript, EAS, router, and quality tooling baked in. platform: both type: template source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: template expo production

Navigation

React Navigation (3)

Resource Why it helps Signals
React Navigation Deep Linking Configure deep links and universal links across iOS, Android, and web routes. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: deep-linking routing navigation
React Navigation Docs Standard navigation solution for React Native with stack, tabs, and deep linking. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: navigation routing docs
React Navigation Native Stack Native stack navigator docs for better performance and platform-native transitions. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: navigation native-stack performance

Expo Router (1)

Resource Why it helps Signals
Expo Linking Overview Deep linking and URL handling for Expo apps across mobile and web targets. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: linking deep-linking expo

State & Data

Server State & Caching (2)

Resource Why it helps Signals
TanStack Query for React Native Official guidance for using TanStack Query in React Native and Expo apps. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: data-fetching caching tanstack
TanStack Query Persist Client Persist query cache to storage for offline and fast startup experiences. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: offline cache tanstack

Client State (3)

Resource Why it helps Signals
Jotai Docs
GitHub stars
Atomic state model that scales from simple screens to complex app state graphs. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: state-management jotai atoms
Redux Toolkit Quick Start
GitHub stars
Modern Redux defaults with safer patterns and reduced setup complexity. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: redux state-management rtk
Zustand Docs
GitHub stars
Lightweight state management with minimal boilerplate and good RN ergonomics. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: state-management zustand lightweight

Local Storage & Persistence (3)

Resource Why it helps Signals
Expo SecureStore SDK Docs Official SecureStore docs for encrypted key-value storage of tokens and sensitive app secrets. platform: expo type: article source: official maintained: yes
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. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: sqlite persistence offline
React Native MMKV
GitHub stars
High-performance key-value storage used for persistence and local caching. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: storage performance persistence

Local-First Databases & Sync (2)

Resource Why it helps Signals
Instant
GitHub stars
Realtime database platform with client-side queries, optimistic updates, and offline caching. platform: both type: service source: commercial maintained: yes
Verified: 2026-03-09 · License: Apache-2.0 · Tags: realtime local-first sync
TinyBase
GitHub stars
Reactive local-first data store and sync engine for apps that need offline-first data flows. platform: both type: library source: community maintained: yes
Verified: 2026-03-09 · License: MIT · Tags: local-first sync reactive-store

ORM & Query Builders (2)

Resource Why it helps Signals
Drizzle ORM + Expo SQLite Official guide to connect Drizzle ORM with Expo SQLite for typed queries and schema workflows. platform: expo type: article source: official maintained: yes
Verified: 2026-03-09 · Tags: drizzle orm expo-sqlite
Prisma ORM for React Native and Expo
GitHub stars
Early access Prisma engine adaptation for React Native and Expo with SQLite and reactive query support. platform: both type: library source: official maintained: yes
Verified: 2026-03-09 · License: Apache-2.0 · Tags: prisma orm expo

Backend & Auth

BaaS Platforms (4)

Resource Why it helps Signals
Appwrite Platform
GitHub stars
Open-source backend platform with auth, database, storage, and functions for mobile apps. platform: both type: service source: community maintained: yes
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. platform: both type: article source: official maintained: yes
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. platform: react-native type: article source: official maintained: yes
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. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: supabase backend database

Auth Providers & SDKs (4)

Resource Why it helps Signals
Clerk Expo Quick Start Official Clerk setup guide for auth, user management, and sessions in Expo apps. platform: expo type: article source: commercial maintained: yes
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. platform: expo type: article source: official maintained: yes
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. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: auth oauth expo
Google Sign-In for React Native
GitHub stars
Official Google Sign-In SDK wrapper for React Native with one-tap and web client ID support. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-06 · License: MIT · Tags: auth google identity

UI & Styling

Styling & Theming (5)

Resource Why it helps Signals
NativeWind
GitHub stars
Tailwind-style utility classes adapted for React Native and Expo components. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: styling tailwind ui
React Native Unistyles
GitHub stars
Styling system that extends React Native StyleSheet for dynamic themes and variants. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · Tags: styling theming performance
Shopify Restyle
GitHub stars
Type-safe design system primitives for building scalable React Native interfaces. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: design-system typescript ui
Tamagui
GitHub stars
High-performance UI kit and compiler for shared React Native and web design systems. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: design-system cross-platform ui
Uniwind
GitHub stars
Tailwind bindings for React Native from the Unistyles ecosystem, focused on speed. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: tailwind styling unistyles

Component Libraries (5)

Resource Why it helps Signals
Gluestack UI Repository
GitHub stars
Source repository for gluestack UI components and patterns for React and React Native. platform: both type: repo source: community maintained: yes
Verified: 2026-03-04 · Tags: gluestack ui-kit nativewind
HeroUI Native
GitHub stars
React Native UI kit from the HeroUI team, built with Uniwind-based styling patterns. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: ui-kit components uniwind
React Native Elements
GitHub stars
Mature cross-platform UI toolkit with broad component coverage for React Native teams. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: ui-kit components react-native
React Native Paper
GitHub stars
Material Design component library with strong accessibility and theming support. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: components material theming
React Native Reusables
GitHub stars
Shadcn-inspired React Native components using Uniwind and NativeWind conventions. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: components nativewind uniwind

Expo UI (1)

Resource Why it helps Signals
Expo UI SDK Docs Official Expo UI docs for cross-platform native UI primitives and theming APIs. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: expo-ui ui official

Icons & SVG (3)

Resource Why it helps Signals
Expo Icons Guide Official Expo guide for using vector icons, custom icon fonts, and icon image assets. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: icons ui expo
Lucide React Native
GitHub stars
Beautiful, consistent icon set with tree-shakeable React Native bindings and 1500+ icons. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: ISC · Tags: icons ui components
React Native SVG
GitHub stars
SVG rendering primitives for React Native used by icon libraries and custom vector graphics. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-06 · License: MIT · Tags: svg graphics ui

Animation & Gestures

Animation Libraries (3)

Resource Why it helps Signals
Lottie React Native
GitHub stars
Render Lottie animations from Adobe After Effects in React Native applications. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: Apache-2.0 · Tags: animation lottie ui
Moti
GitHub stars
Reanimated-powered animation library with simple APIs for entrance, exit, and gesture motion. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: animation reanimated ui
React Native Reanimated
GitHub stars
Core animation library for React Native with performant UI-thread driven motion APIs. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: animation performance reanimated

Graphics & Rendering (2)

Resource Why it helps Signals
React Native Skia
GitHub stars
GPU-accelerated 2D rendering toolkit for performant graphics and custom UI. platform: react-native type: library source: community maintained: yes
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. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: worklets performance threading

Gestures (1)

Resource Why it helps Signals
React Native Gesture Handler Declarative gesture API for React Native enabling smooth touch interactions and swipes. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: gestures touch interaction

UX Libraries

Carousels (2)

Resource Why it helps Signals
React Native Pager View
GitHub stars
Native pager component for swipeable screens using Android ViewPager and iOS UIPageViewController. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-09 · License: MIT · Tags: pager navigation swipe
React Native Reanimated Carousel
GitHub stars
Carousel component library built on Reanimated for swipeable banners, cards, and snapping layouts. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-07 · License: MIT · Tags: carousel components reanimated

Rich Text & Markdown (2)

Resource Why it helps Signals
React Native Live Markdown
GitHub stars
Live markdown TextInput replacement with native selection and customizable parsing/styling. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-09 · License: MIT · Tags: markdown textinput live-formatting
React Native Markdown Display
GitHub stars
CommonMark-compatible markdown renderer for React Native with native components and customizable rules. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-09 · License: MIT · Tags: markdown rich-text content

Toasts & Alerts (1)

Resource Why it helps Signals
Sonner Native Toasts
GitHub stars
Opinionated toast component for React Native inspired by the Sonner web API. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: toast notifications ui

Sheets (2)

Resource Why it helps Signals
React Native Bottom Sheet
GitHub stars
High-performance bottom sheet component with gestures, snapping, and keyboard support. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: bottom-sheet gestures ui
React Native True Sheet
GitHub stars
Native-feel sheet component for iOS and Android with performant modal interactions. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: sheets modal ui

Error Handling (1)

Resource Why it helps Signals
React Error Boundary
GitHub stars
Reusable React error boundary helpers for safer fallback UI and runtime failure recovery. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: error-handling reliability react

Forms & Validation

Form Libraries (4)

Resource Why it helps Signals
Formik
GitHub stars
Popular form abstraction for predictable field handling and validation workflows. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: forms formik validation
React Hook Form
GitHub stars
Efficient form state management with minimal rerenders and strong TypeScript support. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: forms validation performance
React Native Date Picker
GitHub stars
Native date, time, and datetime picker for iOS and Android with locale-aware customization. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-09 · License: MIT · Tags: date-picker forms datetime
TanStack Form
GitHub stars
Modern form state toolkit with strong composability and predictable data flow. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: forms tanstack state

Schema Validation (3)

Resource Why it helps Signals
Valibot Docs Modular, tree-shakeable schema validator suited for bundle-size sensitive apps. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: validation bundle-size schema
Yup Repository
GitHub stars
Mature object schema validator commonly used with form libraries in RN projects. platform: both type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: validation schema forms
Zod Documentation TypeScript-first schema validation used widely with forms and API contracts. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: validation types schema

Media & Camera

Image & Video (4)

Resource Why it helps Signals
Expo Image SDK Docs Official Expo Image module docs for rendering, caching, and progressive media loading. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: expo-image media performance
Expo Video SDK Docs Official Expo Video module docs for playback, controls, and streaming integration. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: expo-video media playback
React Native Compressor
GitHub stars
Media compression library for images, videos, and audio in React Native apps. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-07 · License: MIT · Tags: compression media react-native
React Native Fast Image
GitHub stars
High-performance image component with aggressive caching, priority loading, and GIF support. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-07 · License: MIT · Tags: images caching performance

Camera & Vision (2)

Resource Why it helps Signals
Expo Camera SDK Docs Official Expo Camera module for photo and video capture with barcode scanning support. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: camera media expo
React Native Vision Camera
GitHub stars
High-performance camera with frame processors, QR scanning, and video recording. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: camera vision performance

Device APIs

Device Utilities (6)

Resource Why it helps Signals
React Native Keyboard Controller
GitHub stars
Cross-platform keyboard handling and animations for smoother input-heavy screens. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: keyboard input animations
React Native NetInfo
GitHub stars
Network state and reachability API for monitoring connectivity changes in React Native apps. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: connectivity network device-apis
React Native Permissions
GitHub stars
Standardized permission handling for iOS and Android device capabilities. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: permissions device-apis native
React Native Share
GitHub stars
Native share sheet integration for sending text, files, and media to other apps. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: share native integration
React Native View Shot
GitHub stars
Capture React Native views as images for sharing, saving, and snapshot-based UI workflows. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-09 · License: MIT · Tags: screenshot capture images
React Native WebView
GitHub stars
Cross-platform WebView component for rendering web content inside React Native apps. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-06 · License: MIT · Tags: webview web-content native

Maps & Location (2)

Resource Why it helps Signals
Expo Location SDK Docs Official Expo Location module for GPS, geofencing, and background location tracking. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: location gps expo
React Native Maps
GitHub stars
Cross-platform map components for iOS and Android with markers, polygons, and overlays. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: maps location native

Accessibility & i18n

Localization (3)

Resource Why it helps Signals
i18next Docs Core i18next docs for translation management, interpolation, and locale detection. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: i18n localization translations
React Native Localize
GitHub stars
Device locale, timezone, and regional settings helpers for internationalized React Native apps. platform: react-native type: library source: community maintained: yes
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. platform: both type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: i18n localization react

Accessibility (1)

Resource Why it helps Signals
React Native Accessibility Docs Official React Native accessibility guide for screen readers, roles, and a11y practices. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: accessibility a11y docs

Push Notifications

Push Services (4)

Resource Why it helps Signals
Expo Notifications SDK Docs Official Expo push and local notification APIs with scheduling, channels, and handling. platform: expo type: article source: official maintained: yes
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. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-06 · Tags: push-notifications fcm firebase
Notifee
GitHub stars
Feature-rich notification library for React Native with local notifications, channels, and advanced handling. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-07 · License: Apache-2.0 · Tags: notifications push react-native
OneSignal React Native SDK
GitHub stars
Push notification and in-app messaging SDK for React Native with segmentation and A/B testing. platform: react-native type: library source: commercial maintained: yes
Verified: 2026-03-06 · License: MIT · Tags: push-notifications messaging onesignal

Analytics & Monitoring

Crash Reporting (2)

Resource Why it helps Signals
Firebase Crashlytics (React Native Firebase) Official React Native Firebase guide for real-time crash reporting and stability monitoring. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-06 · Tags: crash-reporting firebase monitoring
Sentry React Native Docs Crash reporting, tracing, and release health monitoring for RN production apps. platform: react-native type: service source: commercial maintained: yes
Verified: 2026-03-04 · Tags: monitoring crash-reporting observability

Analytics & Attribution (5)

Resource Why it helps Signals
Adjust React Native SDK Docs Official Adjust React Native SDK docs for attribution, deep links, and lifecycle tracking. platform: react-native type: article source: commercial maintained: yes
Verified: 2026-03-04 · Tags: analytics attribution adjust
AppsFlyer React Native Plugin
GitHub stars
Official AppsFlyer plugin for install attribution and mobile marketing analytics. platform: react-native type: service source: commercial maintained: yes
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. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-06 · Tags: analytics firebase tracking
Mixpanel React Native
GitHub stars
Open-source Mixpanel SDK for event tracking and analytics in React Native applications. platform: react-native type: library source: community maintained: yes
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. platform: react-native type: article source: commercial maintained: yes
Verified: 2026-03-04 · Tags: analytics product-analytics feature-flags

Monetization

In-App Purchases & Subscriptions (4)

Resource Why it helps Signals
Adapty React Native SDK Installation Official Adapty setup docs for subscriptions, paywalls, and in-app purchase flows. platform: both type: article source: commercial maintained: yes
Verified: 2026-03-04 · Tags: subscriptions iap adapty
React Native IAP
GitHub stars
Cross-platform in-app purchase library for iOS and Android with receipt validation support. platform: both type: library source: community maintained: yes
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. platform: both type: article source: commercial maintained: yes
Verified: 2026-03-04 · Tags: iap subscriptions monetization
Superwall Expo Docs Official Superwall Expo docs for paywalls, subscription flows, and in-app monetization setup. platform: expo type: article source: commercial maintained: yes
Verified: 2026-03-07 · Tags: paywalls subscriptions expo

MCP Integrations

MCP Setup Guides (4)

Resource Why it helps Signals
Expo MCP Server Official Expo guide for configuring MCP server access in AI clients with EAS-aware tooling. platform: expo type: article source: official maintained: yes
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. platform: both type: article source: commercial maintained: yes
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. platform: both type: article source: commercial maintained: yes
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. platform: both type: article source: official maintained: yes
Verified: 2026-03-07 · Tags: mcp supabase baas security

Platform & Native Architecture

Expo Modules & Config (2)

Resource Why it helps Signals
Expo Config Plugins Introduction Automate native project configuration for repeatable setup across environments. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: config-plugins native automation
Expo Modules Overview Build native modules that integrate cleanly with Expo and React Native projects. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: native-modules expo architecture

Development Builds (2)

Resource Why it helps Signals
Expo Dev Client SDK Docs Official guide for custom development clients when Expo Go is not enough. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: dev-client native expo
Expo Development Builds Use custom dev clients for native dependencies beyond Expo Go limitations. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: dev-client native expo

React Native Architecture (3)

Resource Why it helps Signals
Nitro Modules
GitHub stars
Tooling for building very fast C++, Swift, and Kotlin modules with JSI bindings. platform: react-native type: tool source: community maintained: yes
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. platform: react-native type: article source: official maintained: yes
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. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: turbo-modules new-architecture native

Build & Release

EAS Pipeline (4)

Resource Why it helps Signals
EAS Build Introduction Official build service overview for cloud and local Expo app builds. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: build eas release
EAS Metadata Introduction Manage app store metadata as code to reduce release friction and manual mistakes. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: metadata release automation
EAS Submit Introduction Automate store submission workflows for iOS and Android with EAS Submit. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: submit stores eas
EAS Update Introduction Over-the-air updates for Expo apps with channels, rollouts, and runtime versioning. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: ota updates eas

Release Automation (1)

Resource Why it helps Signals
Fastlane React Native Guide Established automation toolkit for signing, screenshots, builds, and store delivery. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: fastlane release automation

Testing & Quality

Unit & Component Testing (3)

Resource Why it helps Signals
Expo Unit Testing Guide Expo-specific testing setup recommendations for Jest and React Native test stacks. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: expo testing jest
Jest React Native Tutorial Official Jest guide for unit and snapshot testing React Native components. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: testing jest unit-test
React Native Testing Library User-centric testing utilities aligned with React Testing Library best practices. platform: react-native type: library source: official maintained: yes
Verified: 2026-03-04 · Tags: testing rntl component-test

E2E Testing (2)

Resource Why it helps Signals
Detox Docs Gray-box end-to-end testing framework for reliable mobile test automation. platform: react-native type: tool source: official maintained: yes
Verified: 2026-03-04 · Tags: e2e automation detox
Maestro Docs YAML-driven mobile UI testing tool focused on quick setup and CI reliability. platform: both type: tool source: official maintained: yes
Verified: 2026-03-04 · Tags: e2e mobile ci

CI Workflows (1)

Resource Why it helps Signals
Expo E2E Workflows Example Practical E2E CI examples using EAS Workflows for mobile quality gates. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: e2e workflows expo

Performance & Profiling

Lists & Rendering (2)

Resource Why it helps Signals
FlashList
GitHub stars
High-performance list virtualization library for large and complex mobile lists. platform: react-native type: library source: official maintained: yes
Verified: 2026-03-04 · Tags: lists virtualization performance
Legend List
GitHub stars
High-performance React Native list component designed for smooth scrolling at scale. platform: react-native type: library source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: lists virtualization performance

Runtime & Engine (3)

Resource Why it helps Signals
Hermes Engine Docs Configure Hermes JavaScript engine for startup, memory, and runtime improvements. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: hermes runtime performance
React Native Performance Overview Official guidance for measuring and improving JS, UI, and memory performance. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: performance profiling official
Why Did You Render
GitHub stars
Monkey patches React to detect potentially avoidable re-renders, including React Native apps. platform: both type: library source: community maintained: yes
Verified: 2026-03-09 · License: MIT · Tags: rerender debugging performance

Bundle Analysis (1)

Resource Why it helps Signals
Expo Bundle Analysis Guide Analyze JavaScript bundle contents and size regressions in Expo applications. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: bundle size analysis

Learning & Community

Tutorials & Feeds (3)

Resource Why it helps Signals
App.js Conference High-signal talks from practitioners building large Expo and RN applications. platform: both type: video source: community maintained: yes
Verified: 2026-03-04 · Tags: talks conference video
Expo Tutorial Official end-to-end tutorial for building and shipping your first Expo app. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: learning tutorial expo
GitHub React Native Topic Discover trending and popular React Native repositories by GitHub topic. platform: react-native type: article source: community maintained: yes
Verified: 2026-03-04 · Tags: discovery github ecosystem

News & Updates (4)

Resource Why it helps Signals
Expo Blog Product updates, release breakdowns, and practical workflows from Expo team. platform: expo type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: blog release-notes learning
React Native Blog Official release posts and architecture updates directly from maintainers. platform: react-native type: article source: official maintained: yes
Verified: 2026-03-04 · Tags: blog official react-native
React Native Radio Long-running podcast and articles featuring advanced mobile engineering topics. platform: react-native type: article source: community maintained: yes
Verified: 2026-03-04 · Tags: podcast community learning
This Week in React Curated weekly digest surfacing important React, React Native, and ecosystem news. platform: both type: article source: community maintained: yes
Verified: 2026-03-04 · Tags: newsletter curation updates

Production Apps (5)

Resource Why it helps Signals
Artsy Eigen
GitHub stars
Artsy mobile application codebase, useful for studying mature React Native patterns. platform: react-native type: repo source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: reference-app architecture react-native
Bluesky Social App
GitHub stars
Large-scale social application codebase for Web, iOS, and Android from Bluesky. platform: both type: repo source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: reference-app social production
Expensify App
GitHub stars
Large production React Native app with real-world architecture and collaboration flows. platform: both type: repo source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: reference-app architecture production
Kraken Wallet
GitHub stars
Open-source self-custody wallet showing production mobile crypto app patterns. platform: react-native type: repo source: community maintained: yes
Verified: 2026-03-04 · License: MIT · Tags: reference-app wallet production
Uniswap Interface
GitHub stars
Open-source production interface for Uniswap, useful for large-scale React app architecture study. platform: both type: repo source: community maintained: yes
Verified: 2026-03-04 · License: GPL-3.0 · Tags: reference-app defi production

Curated Lists (4)

Resource Why it helps Signals
Awesome (Sindre Sorhus)
GitHub stars
Canonical awesome-list repository and curation standard reference for quality list design. platform: both type: repo source: community maintained: yes
Verified: 2026-03-04 · License: CC0-1.0 · Tags: awesome-list standards curation
Awesome React
GitHub stars
Broad React ecosystem curation for discovering tools transferable to React Native stacks. platform: both type: repo source: community maintained: yes
Verified: 2026-03-04 · Tags: awesome-list react curation
Awesome React Native
GitHub stars
Long-standing curated list of React Native tools, components, and learning materials. platform: react-native type: repo source: community maintained: unknown
Verified: 2026-03-04 · Tags: awesome-list curation react-native
React Native Apps (Curated Open Source List)
GitHub stars
Curated collection of open-source React Native apps for architecture and UI inspiration. platform: react-native type: repo source: community maintained: yes
Verified: 2026-03-04 · Tags: reference-apps curation react-native

Maintenance

  • Weekly health check: stale + link validation
  • Monthly cleanup: prune outdated or unmaintained entries
  • Release cadence: monthly patch updates or faster when needed

License

Data and curation are released under CC0-1.0.

About

Curated Expo + React Native DX resources with automated quality checks and weekly health validation.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages