Merge pull request #1954 from selfxyz/release/staging-2026-04-10

Release to Staging v2.9.17 - 2026-04-10
This commit is contained in:
Justin Hernandez
2026-04-09 18:04:21 -07:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -9,3 +9,9 @@ nmHoistingLimits: workspaces
nodeLinker: node-modules
npmPublishAccess: public
packageExtensions:
"@selfxyz/euclid@*":
peerDependenciesMeta:
react-native-blur-effect:
optional: true

View File

@@ -21,6 +21,8 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<!-- Remove FOREGROUND_SERVICE_MICROPHONE merged in by the KYC SDK (VideoIdent is disabled) -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE" tools:node="remove" />
<!-- Remove AD_ID merged in by Google Play Services/Firebase — app does not use advertising ID -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" />
<application
android:name=".MainApplication"