Skip to main content
Back to the directory
expo/skillsSoftware EngineeringFrontend and Design

expo-module

Complete reference for building native modules and views using the Expo Modules API. Covers Swift (iOS), Kotlin (Android), and TypeScript.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/expo/skills --skill expo-module
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, expo-module has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: expo/skills. Canonical URL: https://skills.sh/expo/skills/expo-module.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Complete reference for building native modules and views using the Expo Modules API. Covers Swift (iOS), Kotlin (Android), and TypeScript. Consult these resources as needed: Always scaffold with create-expo-module first , then modify the generated code. This ensures correct podspec, build.gradle, and module config — avoiding common build errors. CI=1 skips interactive prompts and uses the provided flags. Important: In CI=1 (non-interactive) mode, the scaffold always creates the directory as modules/my-module/ because the slug is derived from customTargetPath which is undefined for --local modules — the --name flag only sets the native class name, not the directory. After scaffolding, rename it to a kebab-case name matching your module (e.g., KeyValueStore → modules/key-value-store/ ), then run cd ios && pod install so CocoaPods picks up the correct path. Skipping the rename is fine functionally, but skipping pod install after any rename causes iOS build failures ("Build input file cannot be found").

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does expo-module do?

Complete reference for building native modules and views using the Expo Modules API. Covers Swift (iOS), Kotlin (Android), and TypeScript.

Is expo-module good?

expo-module does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support expo-module?

expo-module currently lists compatibility with Skills CLI.

Is expo-module safe to install?

expo-module has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to expo-module?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install expo-module?

Run the following command to install expo-module: npx skills add https://github.com/expo/skills --skill expo-module

Related skills

More from expo/skills

Related skills

Alternatives in Software Engineering