Add an App Clip to an Expo App Adds an iOS App Clip target to an Expo project. The Clip lives in , 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 and the Clip's is automatically derived as (e.g. ). 1. Set and warns if these are missing. Add to : 2. Add the App Clip target This installs , adds it to the array in , and writes: - — the target's config plugin - — Clip Info.plist - , , etc. Pick a good icon or reuse the existing one defined in the app — check it with under the or key. 3…