bndkt / react-native-app-clip

Easily add an App Clip for iOS apps built with React Native
https://bndkt.com/blog/2022/react-native-app-clip
504 stars 25 forks source link

Fixing Entitlements #44

Closed nathan-ahn closed 2 months ago

nathan-ahn commented 3 months ago

There's currently an issue in which any entitlements configured in app.json's expo.ios.entitlements gets overwritten. This PR keeps existing entitlements while still adding the app clip identifier entitlement.

Test Plan

Works with empty entitlements config and existing entitlements config. Verified manually by looking at *.entitlements file.