← スキル一覧に戻る

expo-modules
by thiskevinwang
Prompts
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: expo-modules description: Guide for authoring and developing Expo modules using the Expo Modules API.
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.
- Run
bunx create-expo-module@latest --localto scaffold a new local Expo module. - Follow the prompts to set up your module.
Developing
- Navigate to your module directory, likely
./modules/<your-module-name>. - 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
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です