Add an App Clip to an Expo App
Requirements.
Adding the App Clip target is open source. Shipping one requires an Apple Developer Program membership and App Store review, and the AASA file must be served over HTTPS on your domain (any HTTPS host works; EAS Hosting is one option). Building via EAS Build or
bunx testflight
uses your EAS plan's build minutes. See
https://expo.dev/pricing
and
https://developer.apple.com/app-clips/
.
Adds an iOS App Clip target to an Expo project. The Clip lives in
targets/clip/
, ships alongside the parent app, and is invoked from a URL on the app's domain via an Apple App Site Association (AASA) file.
The parent app's bundle ID becomes
com.
expo-app-clip
安装
npx skills add https://github.com/expo/skills --skill expo-app-clip