Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    thiskevinwang

    expo-modules

    thiskevinwang/expo-modules
    Coding

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Guide for authoring and developing Expo modules using the Expo Modules API.

    SKILL.md

    Developing Expo Modules

    This skill helps you create and develop expo-modules for React Native app to call native iOS code.

    When to use this skill

    Use this skill when you need to:

    • Create or modify Expo modules for React Native applications.
    • Interface with native iOS code using the Expo Modules API.

    Creating a new Expo module

    This only needs to be done once per module.

    1. Run bunx create-expo-module@latest --local to scaffold a new local Expo module.
    2. Follow the prompts to set up your module.

    Developing

    1. Navigate to your module directory, likely ./modules/<your-module-name>.
    2. Make code changes to the .ts and .swift files as needed.

    Building and testing

    Each time you make changes to the native code, you need to rebuild the native bundle and run the app.

    bunx expo run:ios \
      --device "Kevin's iPhone" \
      --scheme tindeqtrackerdev
    

    Further reading

    Module API Reference

    Recommended Servers
    Astro Docs
    Astro Docs
    Postman
    Postman
    Vercel Grep
    Vercel Grep
    Repository
    thiskevinwang/ai
    Files