expo-examples

Provide integration examples and canonical patterns for third-party libraries in Expo apps.

2.4k|125|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/expo/skills --skill expo-examples-expo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: expo-examples
Source: https://github.com/expo/skills/tree/main/plugins/expo/skills/expo-examples
Command: npx skills add https://github.com/expo/skills --skill expo-examples-expo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit addresses the challenge of integrating third-party libraries into Expo apps by providing canonical integration patterns, examples, and tools.

Core Features & Use Cases

  • Integration Examples: Offers a repository of ~70 examples demonstrating how to integrate various libraries and services like Stripe, Clerk, Supabase, and maps into an Expo app.
  • Canonical Patterns: Provides reference patterns for integrating with different libraries, making it easier to replicate successful integrations.
  • Workflow Support: Includes commands and scripts for finding, cloning, and adapting examples to user projects.

Quick Start

To get started, run the following command: npx create-expo --example with-stripe

Frequently Asked Questions about expo-examples

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate third-party libraries like Stripe and Supabase into an Expo app?▼

To integrate third-party libraries into an Expo app, you can use canonical integration patterns and reference examples. Run `npx create-expo --example with-stripe` to quickly clone and adapt a pre-built integration pattern for services like Stripe, Clerk, or Supabase.

What is the best way to find integration examples for Expo projects?▼

The best way to find Expo integration examples is through a repository of approximately 70 samples. It includes scripts and commands to discover, clone, and adapt canonical patterns for various third-party libraries and services directly into your project environment.

Does this provide canonical patterns for integrating maps and authentication services with Expo?▼

Yes, it provides canonical patterns for integrating maps, authentication services like Clerk, and backend solutions like Supabase with Expo. These reference patterns simplify replicating successful library integrations across different Expo apps.

Can I clone a specific Expo library integration example to adapt for my own project?▼

Yes, you can clone a specific Expo library integration example using provided workflow commands. The `npx create-expo --example` command allows you to pull designated examples, like the Stripe integration, directly into your local development environment for adaptation.

When do I need a reference pattern for third-party library integration in Expo?▼

You need a reference pattern for third-party library integration in Expo when you face challenges adapting external services to your app. These canonical examples provide proven structural workflows, reducing the trial-and-error of configuring libraries like Stripe or Supabase from scratch.