expo-56

expo-56 is a skill for Claude Code from mahdi-salmanzade/expo56-skill. It costs 391 tokens per session (6,647 once invoked), scanned A, original, MIT.

A version-pinned reference skill documents Expo SDK 56 and 57, versions of the toolkit for building React Native mobile apps, including their package versions and migration differences.

In plain words
What is it for?
Use it to build or upgrade Expo apps on SDK 56 or 57 and to check supported native-module versions and migration changes.
Why use it?
It provides checked information for these specific releases, whose details may differ from older documentation or memory.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions AGENTS.md.

Part of the expo-56 plugin — 1 skill shipped together

Good fit Use it to build or upgrade Expo apps on SDK 56 or 57 and to check supported native-module versions and migration changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mahdi-salmanzade/expo56-skill/expo-56
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mahdi-salmanzade/expo56-skill --skill expo-56
Clone the repo
git clone --depth 1 https://github.com/mahdi-salmanzade/expo56-skill

Made for: Claude Code.

Or install expo-56, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for expo-56

README.md
[![agentmods](https://agentmods.dev/badge/skills/mahdi-salmanzade/expo56-skill/expo-56/github.svg)](https://agentmods.dev/skills/mahdi-salmanzade/expo56-skill/expo-56)
Your own site
<a href="https://agentmods.dev/skills/mahdi-salmanzade/expo56-skill/expo-56"><img src="https://agentmods.dev/badge/skills/mahdi-salmanzade/expo56-skill/expo-56/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for expo-56

Your own site · 80×15
<a href="https://agentmods.dev/skills/mahdi-salmanzade/expo56-skill/expo-56"><img src="https://agentmods.dev/badge/skills/mahdi-salmanzade/expo56-skill/expo-56.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 391 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,647 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00391 $0.06647
Opus 5 $0.00196 $0.03324
Sonnet 5 $0.00078 $0.01329
Haiku 4.5 $0.00039 $0.00665

Measured 12d ago against content hash 25cd0406ae4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

expo-56 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

expo-56/skills/expo-56/SKILL.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Expo SDK 56 & 57

Audited against the expo/expo release branches origin/sdk-56 and origin/sdk-57 on 2026-07-25. SDK 57 shipped 2026-07-08; its latest patch is 57.0.8 (published 2026-07-22, dist-tag latest). SDK 56 shipped 2026-06-01 and is still actively patched — latest 56.0.17 (published 2026-07-23, dist-tag sdk-56), i.e. newer than the SDK 57 patch. The supported window is SDK 54–57.

Sourcing rule — this matters more than it sounds. Version pins here come from packages/expo/bundledNativeModules.json on the release branch (git show origin/sdk-57:packages/expo/bundledNativeModules.json), because that file ships inside the expo package and is what expo install resolves against. Two tempting sources are wrong:

  • docs/public/static/schemas/v56.0.0|v57.0.0/native-modules.json is stale — it still lists react-native-screens 4.25.2 and expo-router ~56.2.9 when the shipped values are ~4.26.0 and ~56.2.16.
  • The main branch contains post-57 work destined for SDK 58. Anything under ## Unpublished in a CHANGELOG, and any packages/*/package.json value on main, is not in SDK 57.

Re-verify with npx expo install --fix after any patch bump; this is a point-in-time snapshot.

This skill is a version-pinned API reference, not a task playbook. It covers building on SDK 56 or 57, and the 55→56 and 56→57 migrations. Expo's own official skills are playbooks for the newest SDK and carry no version pins — see Composing with the official Expo skills. Use both.

Step 1: Establish which SDK the project is on

Do this before answering anything version-specific. A user saying "latest Expo" may be on either release. The genuine 56↔57 differences that silently break code are narrow: prebuild semantics, expo-camera's iOS default pictureSize, and the RN 0.86 bump. Most other "SDK 57" changes were also backported to the 56 line — check the patch version before telling anyone to upgrade.

Read the full file on GitHub · 230 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 230 lines · 391 tokens per session scan A 25cd0406ae4f

Subscribe to this mod's changes

expo-56 is a skill published in the GitHub repository mahdi-salmanzade/expo56-skill (2 stars, last pushed 1mo ago), licensed MIT. It adds 391 tokens to every session and 6,647 once invoked, about $0.0020 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

new-architecture

React Native New Architecture (Fabric, TurboModules, bridgeless) compatibility. Use when a library breaks under it, for newArchEnabled questions, or errors mentioning codegen, Fabric, ViewPropTypes, requireNativeComponent.

AnilBurcu/claude-code-react-native · 50 tokens

expo-sdk-upgrade

Upgrading Expo SDK and React Native safely. Use when bumping the SDK or react-native, or when the app broke after an upgrade: upgrade order, expo install --fix, expo-doctor, config plugins, OTA pitfalls.

AnilBurcu/claude-code-react-native · 0 tokens

create-mobile-app

Use when the user wants to start a new Power Apps mobile app (Expo / React Native / TypeScript, targeting iOS and Android) from scratch.

microsoft/power-platform-skills · 35 tokens

writing-react-native-storybook-stories

Create and edit React Native Storybook stories using Component Story Format (CSF). Use when writing .stories.tsx files, adding stories to React Native components, configuring Storybook addons (controls, actions, backgrounds, notes), setting up argTypes, decorators, parameters, or working with portable stories for…

storybookjs/react-native · 83 tokens

setup-react-native-storybook

Set up Storybook for React Native in Expo, React Native CLI, or Re.Pack projects. Use when adding Storybook to a project, configuring metro.config.js with withStorybook, creating .rnstorybook configuration files, setting up Storybook routes in Expo Router, configuring getStorybookUI, or adding the StorybookPlugin to a…

storybookjs/react-native · 102 tokens

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens