From 14e95cfee7f3c7a6e862f3515b7ed13cff4e2ef6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 25 Nov 2025 12:28:38 +0200 Subject: [PATCH] add expo-contacts --- app.config.js | 2 ++ package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 8 insertions(+) diff --git a/app.config.js b/app.config.js index 54c6edc8ce..78d79a56a4 100644 --- a/app.config.js +++ b/app.config.js @@ -65,6 +65,8 @@ module.exports = function (_config) { NSPhotoLibraryUsageDescription: 'Used for profile pictures, posts, and other kinds of content', CFBundleSpokenName: 'Blue Sky', + contactsPermission: + '$(PRODUCT_NAME) will use your contacts to help you find your friends.', CFBundleLocalizations: [ 'en', 'an', diff --git a/package.json b/package.json index e26f1645b2..6c16d650f2 100644 --- a/package.json +++ b/package.json @@ -138,6 +138,7 @@ "expo-build-properties": "~1.0.9", "expo-camera": "~17.0.9", "expo-clipboard": "~8.0.7", + "expo-contacts": "^15.0.10", "expo-dev-client": "~6.0.16", "expo-device": "~8.0.9", "expo-file-system": "~19.0.17", diff --git a/yarn.lock b/yarn.lock index 8082783b7f..813c1a4b6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11425,6 +11425,11 @@ expo-constants@18.0.8, expo-constants@^13.0.2, expo-constants@~18.0.10, expo-con "@expo/config" "~12.0.8" "@expo/env" "~2.0.7" +expo-contacts@^15.0.10: + version "15.0.10" + resolved "https://registry.yarnpkg.com/expo-contacts/-/expo-contacts-15.0.10.tgz#ef53de6b88f66505172643a8d4ead737cec2cc81" + integrity sha512-BWYnHBP7NgjD1hvmPhTFRwP3cY8Y3G1gU4/ztyF0wbogESXPGVFXN4akyR29oIfl50kMvaov3d+PC/K2+d+Oyw== + expo-dev-client@~6.0.16: version "6.0.16" resolved "https://registry.yarnpkg.com/expo-dev-client/-/expo-dev-client-6.0.16.tgz#5e76d783f2e002e3a2b91527ed42611473e6e891"