expo-contacts 15.0.9-canary-20250912-b5ce2a8 → 15.0.9-canary-20250930-9dc59d3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/android/build.gradle +2 -6
- package/android/src/main/java/expo/modules/contacts/Contact.kt +15 -12
- package/android/src/main/java/expo/modules/contacts/ContactsExceptions.kt +2 -0
- package/android/src/main/java/expo/modules/contacts/ContactsModule.kt +5 -1
- package/expo-module.config.json +1 -1
- package/ios/ContactsExceptions.swift +13 -0
- package/ios/ContactsModule.swift +4 -0
- package/ios/Serialization.swift +3 -2
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.module +87 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/{15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.pom → 15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.pom} +1 -7
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250930-9dc59d3/expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml +4 -4
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.md5 +1 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha1 +1 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha256 +1 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha512 +1 -1
- package/package.json +3 -3
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8-sources.jar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8-sources.jar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8-sources.jar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8-sources.jar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.module +0 -94
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.module.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.module.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.module.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.module.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.pom.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.pom.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.pom.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250912-b5ce2a8/expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.pom.sha512 +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,8 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
### 🐛 Bug fixes
|
|
10
10
|
|
|
11
|
+
- [iOS] Fixed issue with missing `namePrefix` on iOS ([#39974](https://github.com/expo/expo/pull/39974) by [@hryhoriiK97](https://github.com/hryhoriiK97))
|
|
12
|
+
- [iOS] Fixed phonetic name fields being assigned to wrong keys ([#40013](https://github.com/expo/expo/pull/40013) by [@hryhoriiK97](https://github.com/hryhoriiK97))
|
|
13
|
+
|
|
11
14
|
### 💡 Others
|
|
12
15
|
|
|
16
|
+
- Added contact image uri validation. ([#39658](https://github.com/expo/expo/pull/39658) by [@hryhoriiK97](https://github.com/hryhoriiK97))
|
|
17
|
+
- [Android] Removed unused `androidx.annotation:annotation` dependency ([#39761](https://github.com/expo/expo/pull/39761) by [@lukmccall](https://github.com/lukmccall))
|
|
18
|
+
|
|
13
19
|
## 15.0.8 — 2025-09-10
|
|
14
20
|
|
|
15
21
|
### 🎉 New features
|
package/android/build.gradle
CHANGED
|
@@ -4,16 +4,12 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '15.0.9-canary-
|
|
7
|
+
version = '15.0.9-canary-20250930-9dc59d3'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.contacts"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 29
|
|
13
|
-
versionName "15.0.9-canary-
|
|
13
|
+
versionName "15.0.9-canary-20250930-9dc59d3"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
dependencies {
|
|
18
|
-
implementation 'androidx.annotation:annotation:1.2.0'
|
|
19
|
-
}
|
|
@@ -5,7 +5,6 @@ import android.content.ContentValues
|
|
|
5
5
|
import android.database.Cursor
|
|
6
6
|
import android.graphics.Bitmap
|
|
7
7
|
import android.graphics.BitmapFactory
|
|
8
|
-
import android.net.Uri
|
|
9
8
|
import android.os.Bundle
|
|
10
9
|
import android.provider.ContactsContract
|
|
11
10
|
import android.provider.ContactsContract.CommonDataKinds
|
|
@@ -13,6 +12,7 @@ import android.provider.ContactsContract.CommonDataKinds.StructuredName
|
|
|
13
12
|
import android.provider.ContactsContract.RawContacts
|
|
14
13
|
import android.text.TextUtils
|
|
15
14
|
import android.util.Log
|
|
15
|
+
import androidx.core.net.toUri
|
|
16
16
|
import expo.modules.contacts.models.BaseModel
|
|
17
17
|
import expo.modules.contacts.models.DateModel
|
|
18
18
|
import expo.modules.contacts.models.EmailModel
|
|
@@ -228,8 +228,9 @@ class Contact(var contactId: String, var appContext: AppContext) {
|
|
|
228
228
|
.withValue(CommonDataKinds.Note.NOTE, note)
|
|
229
229
|
ops.add(op.build())
|
|
230
230
|
op.withYieldAllowed(true)
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
val maybePhoto = rawPhotoUri ?: photoUri
|
|
232
|
+
if (!maybePhoto.isNullOrBlank()) {
|
|
233
|
+
val photo = getThumbnailBitmap(maybePhoto)
|
|
233
234
|
ops.add(
|
|
234
235
|
ContentProviderOperation.newInsert(ContactsContract.Data.CONTENT_URI)
|
|
235
236
|
.withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0)
|
|
@@ -272,8 +273,9 @@ class Contact(var contactId: String, var appContext: AppContext) {
|
|
|
272
273
|
.withValue(CommonDataKinds.Note.NOTE, note)
|
|
273
274
|
ops.add(op.build())
|
|
274
275
|
op.withYieldAllowed(true)
|
|
275
|
-
|
|
276
|
-
|
|
276
|
+
val maybePhoto = rawPhotoUri ?: photoUri
|
|
277
|
+
if (!maybePhoto.isNullOrBlank()) {
|
|
278
|
+
val photo = getThumbnailBitmap(maybePhoto)
|
|
277
279
|
ops.add(
|
|
278
280
|
ContentProviderOperation.newDelete(ContactsContract.Data.CONTENT_URI)
|
|
279
281
|
.withSelection(selection, arrayOf(rawContactId, CommonDataKinds.Photo.CONTENT_ITEM_TYPE))
|
|
@@ -522,17 +524,18 @@ class Contact(var contactId: String, var appContext: AppContext) {
|
|
|
522
524
|
put(CommonDataKinds.Note.NOTE, note)
|
|
523
525
|
}
|
|
524
526
|
contactData.add(notes)
|
|
525
|
-
|
|
526
|
-
if (!
|
|
527
|
-
val photo = getThumbnailBitmap(
|
|
527
|
+
val maybePhotoUri = photoUri
|
|
528
|
+
if (!maybePhotoUri.isNullOrBlank()) {
|
|
529
|
+
val photo = getThumbnailBitmap(maybePhotoUri)
|
|
528
530
|
val image = ContentValues().apply {
|
|
529
531
|
put(Columns.MIMETYPE, CommonDataKinds.Photo.CONTENT_ITEM_TYPE)
|
|
530
532
|
put(CommonDataKinds.Photo.PHOTO, toByteArray(photo))
|
|
531
533
|
}
|
|
532
534
|
contactData.add(image)
|
|
533
535
|
}
|
|
534
|
-
|
|
535
|
-
|
|
536
|
+
val maybeRawPhotoUri = rawPhotoUri
|
|
537
|
+
if (!maybeRawPhotoUri.isNullOrBlank()) {
|
|
538
|
+
val photo = getThumbnailBitmap(maybeRawPhotoUri)
|
|
536
539
|
val image = ContentValues().apply {
|
|
537
540
|
put(Columns.MIMETYPE, CommonDataKinds.Photo.CONTENT_ITEM_TYPE)
|
|
538
541
|
put(CommonDataKinds.Photo.PHOTO, toByteArray(photo))
|
|
@@ -551,9 +554,9 @@ class Contact(var contactId: String, var appContext: AppContext) {
|
|
|
551
554
|
return contactData
|
|
552
555
|
}
|
|
553
556
|
|
|
554
|
-
private fun getThumbnailBitmap(photoUri: String
|
|
557
|
+
private fun getThumbnailBitmap(photoUri: String): Bitmap {
|
|
555
558
|
val context = appContext.reactContext ?: throw Exceptions.ReactContextLost()
|
|
556
|
-
val uri =
|
|
559
|
+
val uri = photoUri.toUri()
|
|
557
560
|
context.contentResolver.openInputStream(uri).use { inputStream ->
|
|
558
561
|
return BitmapFactory.decodeStream(inputStream)
|
|
559
562
|
}
|
|
@@ -19,3 +19,5 @@ class ContactNotFoundException : CodedException("Couldn't find contact")
|
|
|
19
19
|
class ContactUpdateException : CodedException("Given contact couldn't be updated")
|
|
20
20
|
|
|
21
21
|
class LookupKeyNotFoundException : CodedException("Couldn't find lookup key for contact")
|
|
22
|
+
|
|
23
|
+
class RemoteImageUriException(uri: String) : CodedException("Only file:// URIs are supported for contact images. Provided URI: '$uri'. Download the image first using File.downloadFileAsync from expo-file-system and provide a local file URI.")
|
|
@@ -367,7 +367,11 @@ class ContactsModule : Module() {
|
|
|
367
367
|
if (data.containsKey("image")) {
|
|
368
368
|
val image = data["image"]
|
|
369
369
|
if (image is Map<*, *> && image.containsKey("uri")) {
|
|
370
|
-
|
|
370
|
+
val uri = image["uri"] as String?
|
|
371
|
+
if (uri != null && !uri.startsWith("file://")) {
|
|
372
|
+
throw RemoteImageUriException(uri)
|
|
373
|
+
}
|
|
374
|
+
contact.photoUri = uri
|
|
371
375
|
contact.hasPhoto = true
|
|
372
376
|
}
|
|
373
377
|
}
|
package/expo-module.config.json
CHANGED
|
@@ -113,3 +113,16 @@ internal final class AccessPickerAlreadyPresentedException: Exception {
|
|
|
113
113
|
"Contact access picker is already presented"
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
+
|
|
117
|
+
internal final class RemoteImageUriException: Exception {
|
|
118
|
+
private let providedUri: String
|
|
119
|
+
|
|
120
|
+
init(_ uri: String) {
|
|
121
|
+
self.providedUri = uri
|
|
122
|
+
super.init()
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
override var reason: String {
|
|
126
|
+
"Only file:// URIs are supported for contact images. Provided URI: '\(providedUri)'. Download the image first using File.downloadFileAsync from expo-file-system and provide a local file URI."
|
|
127
|
+
}
|
|
128
|
+
}
|
package/ios/ContactsModule.swift
CHANGED
|
@@ -553,6 +553,10 @@ public class ContactsModule: Module, OnContactPickingResultHandler {
|
|
|
553
553
|
throw FilePermissionException(uri)
|
|
554
554
|
}
|
|
555
555
|
|
|
556
|
+
guard url.isFileURL else {
|
|
557
|
+
throw RemoteImageUriException(uri)
|
|
558
|
+
}
|
|
559
|
+
|
|
556
560
|
let path = url.path
|
|
557
561
|
let standardizedPath = NSString(string: path).standardizingPath
|
|
558
562
|
|
package/ios/Serialization.swift
CHANGED
|
@@ -241,15 +241,16 @@ func serializeContact(person: CNContact, keys: [String]?, directory: URL?) throw
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
if keysToFetch.contains(CNContactNamePrefixKey) && fieldHasValue(field: person.namePrefix) {
|
|
244
|
+
contact[ContactsKey.namePrefix] = person.namePrefix
|
|
244
245
|
}
|
|
245
246
|
if keysToFetch.contains(CNContactNameSuffixKey) && fieldHasValue(field: person.nameSuffix) {
|
|
246
247
|
contact[ContactsKey.nameSuffix] = person.nameSuffix
|
|
247
248
|
}
|
|
248
249
|
if keysToFetch.contains(CNContactPhoneticGivenNameKey) && fieldHasValue(field: person.phoneticGivenName) {
|
|
249
|
-
contact[ContactsKey.
|
|
250
|
+
contact[ContactsKey.phoneticFirstName] = person.phoneticGivenName
|
|
250
251
|
}
|
|
251
252
|
if keysToFetch.contains(CNContactPhoneticMiddleNameKey) && fieldHasValue(field: person.phoneticMiddleName) {
|
|
252
|
-
contact[ContactsKey.
|
|
253
|
+
contact[ContactsKey.phoneticMiddleName] = person.phoneticMiddleName
|
|
253
254
|
}
|
|
254
255
|
if keysToFetch.contains(CNContactPhoneticFamilyNameKey) && fieldHasValue(field: person.phoneticFamilyName) {
|
|
255
256
|
contact[ContactsKey.phoneticLastName] = person.phoneticFamilyName
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ebc0a8934b4ca2551d95d1a824bd24fb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
548b38626a777c88232b966e06704dabaa3d279d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f1e27bd6c22423fc462d2abff85bb7780693e23033bd7feefd2e8461d2feeec0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3db6124c7487b6856ea70f71de5544618d794e535c0a41fcbb68295977baa13a57579627fb74357d02ccd9f7ec12e246eb67361730c439c38498fdb78882358e
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6f54c7f46b5d152f44a5f87b740f97ef
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fd7e2b90f05b9c999a7889bb6264a8777bb85912
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b4db21b79322b8a48eef13024fc3dc33c9ec378653dc1e73c9d1e947b7e36446
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b5321b1ff3a596d9c89f550c4510cbe72fac3f2d66b3cd47158f3121f7abfcf03a21a25c08353e6bf9d340c4c66e379df7206fbcf2ab2969b800453ebc75b619
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.contacts",
|
|
6
|
+
"version": "15.0.9-canary-20250930-9dc59d3",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "9.0.0"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"variants": [
|
|
17
|
+
{
|
|
18
|
+
"name": "releaseVariantReleaseApiPublication",
|
|
19
|
+
"attributes": {
|
|
20
|
+
"org.gradle.category": "library",
|
|
21
|
+
"org.gradle.dependency.bundling": "external",
|
|
22
|
+
"org.gradle.libraryelements": "aar",
|
|
23
|
+
"org.gradle.usage": "java-api"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
{
|
|
27
|
+
"name": "expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar",
|
|
28
|
+
"url": "expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar",
|
|
29
|
+
"size": 116203,
|
|
30
|
+
"sha512": "b5321b1ff3a596d9c89f550c4510cbe72fac3f2d66b3cd47158f3121f7abfcf03a21a25c08353e6bf9d340c4c66e379df7206fbcf2ab2969b800453ebc75b619",
|
|
31
|
+
"sha256": "b4db21b79322b8a48eef13024fc3dc33c9ec378653dc1e73c9d1e947b7e36446",
|
|
32
|
+
"sha1": "fd7e2b90f05b9c999a7889bb6264a8777bb85912",
|
|
33
|
+
"md5": "6f54c7f46b5d152f44a5f87b740f97ef"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "releaseVariantReleaseRuntimePublication",
|
|
39
|
+
"attributes": {
|
|
40
|
+
"org.gradle.category": "library",
|
|
41
|
+
"org.gradle.dependency.bundling": "external",
|
|
42
|
+
"org.gradle.libraryelements": "aar",
|
|
43
|
+
"org.gradle.usage": "java-runtime"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": [
|
|
46
|
+
{
|
|
47
|
+
"group": "org.jetbrains.kotlin",
|
|
48
|
+
"module": "kotlin-stdlib-jdk7",
|
|
49
|
+
"version": {
|
|
50
|
+
"requires": "2.1.20"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"files": [
|
|
55
|
+
{
|
|
56
|
+
"name": "expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar",
|
|
57
|
+
"url": "expo.modules.contacts-15.0.9-canary-20250930-9dc59d3.aar",
|
|
58
|
+
"size": 116203,
|
|
59
|
+
"sha512": "b5321b1ff3a596d9c89f550c4510cbe72fac3f2d66b3cd47158f3121f7abfcf03a21a25c08353e6bf9d340c4c66e379df7206fbcf2ab2969b800453ebc75b619",
|
|
60
|
+
"sha256": "b4db21b79322b8a48eef13024fc3dc33c9ec378653dc1e73c9d1e947b7e36446",
|
|
61
|
+
"sha1": "fd7e2b90f05b9c999a7889bb6264a8777bb85912",
|
|
62
|
+
"md5": "6f54c7f46b5d152f44a5f87b740f97ef"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
68
|
+
"attributes": {
|
|
69
|
+
"org.gradle.category": "documentation",
|
|
70
|
+
"org.gradle.dependency.bundling": "external",
|
|
71
|
+
"org.gradle.docstype": "sources",
|
|
72
|
+
"org.gradle.usage": "java-runtime"
|
|
73
|
+
},
|
|
74
|
+
"files": [
|
|
75
|
+
{
|
|
76
|
+
"name": "expo.modules.contacts-15.0.9-canary-20250930-9dc59d3-sources.jar",
|
|
77
|
+
"url": "expo.modules.contacts-15.0.9-canary-20250930-9dc59d3-sources.jar",
|
|
78
|
+
"size": 20540,
|
|
79
|
+
"sha512": "3db6124c7487b6856ea70f71de5544618d794e535c0a41fcbb68295977baa13a57579627fb74357d02ccd9f7ec12e246eb67361730c439c38498fdb78882358e",
|
|
80
|
+
"sha256": "f1e27bd6c22423fc462d2abff85bb7780693e23033bd7feefd2e8461d2feeec0",
|
|
81
|
+
"sha1": "548b38626a777c88232b966e06704dabaa3d279d",
|
|
82
|
+
"md5": "ebc0a8934b4ca2551d95d1a824bd24fb"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b8a6d514d257b3ef2008101924ba8b9c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
edc2603cfade9fd37e58be09c00c378d70e8559f
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4025d9bf4c12567e7ce03259fa35bef24906ca98982225de6fe672b179ad264b
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
01dc86eecc3dccae2cbbf9be27ccaaf60abd6c5ef8f72ff51a595fc1f5954453157714fb3d3ab3465ce5afdc3bd95ad68ca0ea64ab3a29676d37699eae677ff0
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<modelVersion>4.0.0</modelVersion>
|
|
10
10
|
<groupId>host.exp.exponent</groupId>
|
|
11
11
|
<artifactId>expo.modules.contacts</artifactId>
|
|
12
|
-
<version>15.0.9-canary-
|
|
12
|
+
<version>15.0.9-canary-20250930-9dc59d3</version>
|
|
13
13
|
<packaging>aar</packaging>
|
|
14
14
|
<name>expo.modules.contacts</name>
|
|
15
15
|
<url>https://github.com/expo/expo</url>
|
|
@@ -31,11 +31,5 @@
|
|
|
31
31
|
<version>2.1.20</version>
|
|
32
32
|
<scope>runtime</scope>
|
|
33
33
|
</dependency>
|
|
34
|
-
<dependency>
|
|
35
|
-
<groupId>androidx.annotation</groupId>
|
|
36
|
-
<artifactId>annotation</artifactId>
|
|
37
|
-
<version>1.2.0</version>
|
|
38
|
-
<scope>runtime</scope>
|
|
39
|
-
</dependency>
|
|
40
34
|
</dependencies>
|
|
41
35
|
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
16555e812a9c93e000fb5cd9fa97ec0f
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6227bfe76a50b91417ae798180306fa806a730b3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8b3ff4850423f7af5b23b852d14be2b9fbd4467c08494f0779dd494221306ba2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f055b2843500d29473c57bbfc7e803acb981461813f7b934bd909ff88086f664608e05ce15bf5870aee67668e32c37502e370bd9d88981376cd5eb354128a562
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<groupId>host.exp.exponent</groupId>
|
|
4
4
|
<artifactId>expo.modules.contacts</artifactId>
|
|
5
5
|
<versioning>
|
|
6
|
-
<latest>15.0.9-canary-
|
|
7
|
-
<release>15.0.9-canary-
|
|
6
|
+
<latest>15.0.9-canary-20250930-9dc59d3</latest>
|
|
7
|
+
<release>15.0.9-canary-20250930-9dc59d3</release>
|
|
8
8
|
<versions>
|
|
9
|
-
<version>15.0.9-canary-
|
|
9
|
+
<version>15.0.9-canary-20250930-9dc59d3</version>
|
|
10
10
|
</versions>
|
|
11
|
-
<lastUpdated>
|
|
11
|
+
<lastUpdated>20250930162546</lastUpdated>
|
|
12
12
|
</versioning>
|
|
13
13
|
</metadata>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
485eb734edf06fe8b092f1233bf89376
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
74430c6bf13bc34e462efad5079152cb91c1f5f0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e60cd81342343a7a466187ed2131ba688d90f8e78e07fcbfdd2e250c7e553470
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c7c9d18c90947e601b8c32016d1aa3811b2cacfa74de124df922e8c66507869d0fced3a21c7c9a28c70aba513cf70437693bb3ba9f5d3f94d08f81f151889162
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-contacts",
|
|
3
|
-
"version": "15.0.9-canary-
|
|
3
|
+
"version": "15.0.9-canary-20250930-9dc59d3",
|
|
4
4
|
"description": "Provides access to the phone's system contacts.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"preset": "expo-module-scripts"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"expo-module-scripts": "5.0.8-canary-
|
|
37
|
+
"expo-module-scripts": "5.0.8-canary-20250930-9dc59d3"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"expo": "55.0.0-canary-
|
|
40
|
+
"expo": "55.0.0-canary-20250930-9dc59d3",
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
}
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
dbdb06070a7f1acfbe77c416cdda21c8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
325af909d1f86d6ed1b53bfc7ece14f6aac3bd89
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0004c5348c39a530f8d5f27aed83a350e5e9951ba5cbb3cef3d0084d0df6aa7d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fa6ce97a32d7797872255a7138021ac335f9932259ef778c8d72e8612f409eb1f75ca4e33c71d480ea27e8e88ad25b27b637b75a4b269c2dd2bc35c75310c93e
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
090541f37e9acd58aa7e32bd83e1b480
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
70a1418151d809587539343412d1b18c6050c714
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
87350fc991be2a1eef8a692cfb438d64fbabad25ad040530f0ffe732d347c09b
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
adad029ba7b8c4664f084e88186d58d2b84ec686e93984353270b3599d0cd8ee102041fe89238b0fbe2e32db649081b23fa93ea52c873fc45d40d4dd82f381d3
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"formatVersion": "1.1",
|
|
3
|
-
"component": {
|
|
4
|
-
"group": "host.exp.exponent",
|
|
5
|
-
"module": "expo.modules.contacts",
|
|
6
|
-
"version": "15.0.9-canary-20250912-b5ce2a8",
|
|
7
|
-
"attributes": {
|
|
8
|
-
"org.gradle.status": "release"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"createdBy": {
|
|
12
|
-
"gradle": {
|
|
13
|
-
"version": "8.14.3"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"variants": [
|
|
17
|
-
{
|
|
18
|
-
"name": "releaseVariantReleaseApiPublication",
|
|
19
|
-
"attributes": {
|
|
20
|
-
"org.gradle.category": "library",
|
|
21
|
-
"org.gradle.dependency.bundling": "external",
|
|
22
|
-
"org.gradle.libraryelements": "aar",
|
|
23
|
-
"org.gradle.usage": "java-api"
|
|
24
|
-
},
|
|
25
|
-
"files": [
|
|
26
|
-
{
|
|
27
|
-
"name": "expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar",
|
|
28
|
-
"url": "expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar",
|
|
29
|
-
"size": 114994,
|
|
30
|
-
"sha512": "adad029ba7b8c4664f084e88186d58d2b84ec686e93984353270b3599d0cd8ee102041fe89238b0fbe2e32db649081b23fa93ea52c873fc45d40d4dd82f381d3",
|
|
31
|
-
"sha256": "87350fc991be2a1eef8a692cfb438d64fbabad25ad040530f0ffe732d347c09b",
|
|
32
|
-
"sha1": "70a1418151d809587539343412d1b18c6050c714",
|
|
33
|
-
"md5": "090541f37e9acd58aa7e32bd83e1b480"
|
|
34
|
-
}
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "releaseVariantReleaseRuntimePublication",
|
|
39
|
-
"attributes": {
|
|
40
|
-
"org.gradle.category": "library",
|
|
41
|
-
"org.gradle.dependency.bundling": "external",
|
|
42
|
-
"org.gradle.libraryelements": "aar",
|
|
43
|
-
"org.gradle.usage": "java-runtime"
|
|
44
|
-
},
|
|
45
|
-
"dependencies": [
|
|
46
|
-
{
|
|
47
|
-
"group": "org.jetbrains.kotlin",
|
|
48
|
-
"module": "kotlin-stdlib-jdk7",
|
|
49
|
-
"version": {
|
|
50
|
-
"requires": "2.1.20"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"group": "androidx.annotation",
|
|
55
|
-
"module": "annotation",
|
|
56
|
-
"version": {
|
|
57
|
-
"requires": "1.2.0"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
"files": [
|
|
62
|
-
{
|
|
63
|
-
"name": "expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar",
|
|
64
|
-
"url": "expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8.aar",
|
|
65
|
-
"size": 114994,
|
|
66
|
-
"sha512": "adad029ba7b8c4664f084e88186d58d2b84ec686e93984353270b3599d0cd8ee102041fe89238b0fbe2e32db649081b23fa93ea52c873fc45d40d4dd82f381d3",
|
|
67
|
-
"sha256": "87350fc991be2a1eef8a692cfb438d64fbabad25ad040530f0ffe732d347c09b",
|
|
68
|
-
"sha1": "70a1418151d809587539343412d1b18c6050c714",
|
|
69
|
-
"md5": "090541f37e9acd58aa7e32bd83e1b480"
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "releaseVariantReleaseSourcePublication",
|
|
75
|
-
"attributes": {
|
|
76
|
-
"org.gradle.category": "documentation",
|
|
77
|
-
"org.gradle.dependency.bundling": "external",
|
|
78
|
-
"org.gradle.docstype": "sources",
|
|
79
|
-
"org.gradle.usage": "java-runtime"
|
|
80
|
-
},
|
|
81
|
-
"files": [
|
|
82
|
-
{
|
|
83
|
-
"name": "expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8-sources.jar",
|
|
84
|
-
"url": "expo.modules.contacts-15.0.9-canary-20250912-b5ce2a8-sources.jar",
|
|
85
|
-
"size": 20364,
|
|
86
|
-
"sha512": "fa6ce97a32d7797872255a7138021ac335f9932259ef778c8d72e8612f409eb1f75ca4e33c71d480ea27e8e88ad25b27b637b75a4b269c2dd2bc35c75310c93e",
|
|
87
|
-
"sha256": "0004c5348c39a530f8d5f27aed83a350e5e9951ba5cbb3cef3d0084d0df6aa7d",
|
|
88
|
-
"sha1": "325af909d1f86d6ed1b53bfc7ece14f6aac3bd89",
|
|
89
|
-
"md5": "dbdb06070a7f1acfbe77c416cdda21c8"
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
]
|
|
94
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d6b3f876f3815b230e5ca50ef37acbea
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
221909bfca2cdc1ee74a9690737bf670ec891935
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fe4801bd6adce6154a65c76ae427b97be2df6338da35e0d19bde07c5f84d8cb2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
acbb9af3929631767dc17bb6ce8cbf6b444a6d18eb535278bcfc2b3cd08503fc27bec74f7d71e2e9ab9ec9d89c38ad0703d3362bfe610ad49065f0ff0fc1b55a
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
38bb5a1ba3670893707f7744067dc897
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
436a7f0e3dd8d1532eac42232d01d52cfb88e60a
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a3c3bb13f5400fd16392ddd462bffed2f8e3f753e6694f2f28510172cbd84b53
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5be6cfd240ea816c30463d59dfb656e0ae7c53144bc527391a1e1f647c4b628b7b861cae54dfdfc9602256a2cb04a3b1ba581053037dd86d190ea0b58cb75e7d
|