expo-contacts 15.0.8 → 15.0.9-canary-20250919-7a31b96

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/android/build.gradle +2 -6
  3. package/android/src/main/java/expo/modules/contacts/Contact.kt +15 -12
  4. package/android/src/main/java/expo/modules/contacts/ContactsExceptions.kt +2 -0
  5. package/android/src/main/java/expo/modules/contacts/ContactsModule.kt +5 -1
  6. package/expo-module.config.json +1 -1
  7. package/ios/ContactsExceptions.swift +13 -0
  8. package/ios/ContactsModule.swift +4 -0
  9. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96-sources.jar +0 -0
  10. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96-sources.jar.md5 +1 -0
  11. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96-sources.jar.sha1 +1 -0
  12. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96-sources.jar.sha256 +1 -0
  13. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96-sources.jar.sha512 +1 -0
  14. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.aar +0 -0
  15. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.aar.md5 +1 -0
  16. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.aar.sha1 +1 -0
  17. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.aar.sha256 +1 -0
  18. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.aar.sha512 +1 -0
  19. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.module +87 -0
  20. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.module.md5 +1 -0
  21. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.module.sha1 +1 -0
  22. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.module.sha256 +1 -0
  23. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.module.sha512 +1 -0
  24. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/{15.0.8/expo.modules.contacts-15.0.8.pom → 15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.pom} +1 -7
  25. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.pom.md5 +1 -0
  26. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.pom.sha1 +1 -0
  27. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.pom.sha256 +1 -0
  28. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.9-canary-20250919-7a31b96/expo.modules.contacts-15.0.9-canary-20250919-7a31b96.pom.sha512 +1 -0
  29. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml +4 -4
  30. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.md5 +1 -1
  31. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha1 +1 -1
  32. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha256 +1 -1
  33. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha512 +1 -1
  34. package/package.json +4 -5
  35. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8-sources.jar +0 -0
  36. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8-sources.jar.md5 +0 -1
  37. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8-sources.jar.sha1 +0 -1
  38. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8-sources.jar.sha256 +0 -1
  39. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8-sources.jar.sha512 +0 -1
  40. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.aar +0 -0
  41. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.aar.md5 +0 -1
  42. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.aar.sha1 +0 -1
  43. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.aar.sha256 +0 -1
  44. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.aar.sha512 +0 -1
  45. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.module +0 -94
  46. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.module.md5 +0 -1
  47. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.module.sha1 +0 -1
  48. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.module.sha256 +0 -1
  49. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.module.sha512 +0 -1
  50. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.pom.md5 +0 -1
  51. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.pom.sha1 +0 -1
  52. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.pom.sha256 +0 -1
  53. package/local-maven-repo/host/exp/exponent/expo.modules.contacts/15.0.8/expo.modules.contacts-15.0.8.pom.sha512 +0 -1
package/CHANGELOG.md CHANGED
@@ -10,6 +10,9 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ - Added contact image uri validation. ([#39658](https://github.com/expo/expo/pull/39658) by [@hryhoriiK97](https://github.com/hryhoriiK97))
14
+ - [Android] Removed unused `androidx.annotation:annotation` dependency ([#39761](https://github.com/expo/expo/pull/39761) by [@lukmccall](https://github.com/lukmccall))
15
+
13
16
  ## 15.0.8 — 2025-09-10
14
17
 
15
18
  ### 🎉 New features
@@ -4,16 +4,12 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '15.0.8'
7
+ version = '15.0.9-canary-20250919-7a31b96'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.contacts"
11
11
  defaultConfig {
12
12
  versionCode 29
13
- versionName "15.0.8"
13
+ versionName "15.0.9-canary-20250919-7a31b96"
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
- if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) {
232
- val photo = getThumbnailBitmap(if (TextUtils.isEmpty(rawPhotoUri)) photoUri else rawPhotoUri)
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
- if (!TextUtils.isEmpty(photoUri) || !TextUtils.isEmpty(rawPhotoUri)) {
276
- val photo = getThumbnailBitmap(if (TextUtils.isEmpty(rawPhotoUri)) photoUri else rawPhotoUri)
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 (!photoUri.isNullOrBlank()) {
527
- val photo = getThumbnailBitmap(Uri.parse(photoUri).path)
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
- if (!rawPhotoUri.isNullOrBlank()) {
535
- val photo = getThumbnailBitmap(rawPhotoUri)
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?): Bitmap {
557
+ private fun getThumbnailBitmap(photoUri: String): Bitmap {
555
558
  val context = appContext.reactContext ?: throw Exceptions.ReactContextLost()
556
- val uri = Uri.parse(photoUri)
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
- contact.photoUri = image["uri"] as String?
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
  }
@@ -8,7 +8,7 @@
8
8
  "publication": {
9
9
  "groupId": "host.exp.exponent",
10
10
  "artifactId": "expo.modules.contacts",
11
- "version": "15.0.8",
11
+ "version": "15.0.9-canary-20250919-7a31b96",
12
12
  "repository": "local-maven-repo"
13
13
  }
14
14
  }
@@ -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
+ }
@@ -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
 
@@ -0,0 +1 @@
1
+ 3db6124c7487b6856ea70f71de5544618d794e535c0a41fcbb68295977baa13a57579627fb74357d02ccd9f7ec12e246eb67361730c439c38498fdb78882358e
@@ -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-20250919-7a31b96",
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-20250919-7a31b96.aar",
28
+ "url": "expo.modules.contacts-15.0.9-canary-20250919-7a31b96.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-20250919-7a31b96.aar",
57
+ "url": "expo.modules.contacts-15.0.9-canary-20250919-7a31b96.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-20250919-7a31b96-sources.jar",
77
+ "url": "expo.modules.contacts-15.0.9-canary-20250919-7a31b96-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
+ 2b13424ff4b44df3227f17c7674d5a6c1bf24a4a3e26260383e95c460342fcea2dd082d281ca15dea27fa1a41b77e8da791c75a052f9ce45396946d1e37873b1
@@ -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.8</version>
12
+ <version>15.0.9-canary-20250919-7a31b96</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
+ 14944afc346d4a0c7acaef33a6fb9c62cee53d5e8478213d18d3590d9eff0802a6c800fb2cbe56426d89bf20ad8cdabc1d39afcd3eb87a077d2c1d5951f12812
@@ -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.8</latest>
7
- <release>15.0.8</release>
6
+ <latest>15.0.9-canary-20250919-7a31b96</latest>
7
+ <release>15.0.9-canary-20250919-7a31b96</release>
8
8
  <versions>
9
- <version>15.0.8</version>
9
+ <version>15.0.9-canary-20250919-7a31b96</version>
10
10
  </versions>
11
- <lastUpdated>20250910183903</lastUpdated>
11
+ <lastUpdated>20250919195410</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- fdcc7d8ca088bcd87444520bcb34ca58
1
+ 3cb2c82449bcd96488a74116b2b5acb8
@@ -1 +1 @@
1
- 2f052601c2e3227136413548f31519582baffd4f
1
+ 41b46726d67429a967641fa1f15013ded670d7d1
@@ -1 +1 @@
1
- 761e75654df429d8537838d82c1cc421197ed580f479409f4d3ac6bf823b12aa
1
+ d0f74ca1ed079df7e10771f2aa071e088e16fb1cea7bd036f3713a694b1b7792
@@ -1 +1 @@
1
- 204d8dd2ad8dd8cc5764c757f724d3a0d4c3b5e907d246bba1c1cae4ad33466ad0682b175fbe442260489ff5e1d825dd2ab0d6c236c22b6ecd89381c0302b410
1
+ 2d37bdc19b9df92a1a7051d87cf076dec2c9cdbd6ebdfc6534eea98c72c2c1685ce02d5a2a4bd2c6b6a5cc82a9d62761b41e9dede199e9801057b577bb8ecec0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-contacts",
3
- "version": "15.0.8",
3
+ "version": "15.0.9-canary-20250919-7a31b96",
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,12 +34,11 @@
34
34
  "preset": "expo-module-scripts"
35
35
  },
36
36
  "devDependencies": {
37
- "expo-module-scripts": "^5.0.7"
37
+ "expo-module-scripts": "5.0.8-canary-20250919-7a31b96"
38
38
  },
39
39
  "peerDependencies": {
40
- "expo": "*",
40
+ "expo": "55.0.0-canary-20250919-7a31b96",
41
41
  "react": "*",
42
42
  "react-native": "*"
43
- },
44
- "gitHead": "87186d10c8239c6469e055417e67bd4d0ed63efb"
43
+ }
45
44
  }
@@ -1 +0,0 @@
1
- 0004c5348c39a530f8d5f27aed83a350e5e9951ba5cbb3cef3d0084d0df6aa7d
@@ -1 +0,0 @@
1
- fa6ce97a32d7797872255a7138021ac335f9932259ef778c8d72e8612f409eb1f75ca4e33c71d480ea27e8e88ad25b27b637b75a4b269c2dd2bc35c75310c93e
@@ -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.8",
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.8.aar",
28
- "url": "expo.modules.contacts-15.0.8.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.8.aar",
64
- "url": "expo.modules.contacts-15.0.8.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.8-sources.jar",
84
- "url": "expo.modules.contacts-15.0.8-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
- 6b5505615754fa4a3ad18dbdf2c574187e52e0131e4c8ded017f8ce1c27e1e4e
@@ -1 +0,0 @@
1
- 5303d97a8167b9213f313388144937b4d50033ab333b316028b78a347f00f7b10917256d6937ae993a53be3cbf82e502dcf57017a1659f396eff0cee2726ff6d
@@ -1 +0,0 @@
1
- 0cd3a3db36f2cac6fc9ce6298c1afad2e4dc72ce28d6f2e372564a10f5b25102
@@ -1 +0,0 @@
1
- 6a2528ff39024c31f218327c29e6a4e66fdfb1b57bc510792181992e782ec372a2e0dce9315b3df218f55b53d5d9b942322bc658ac8210bf64a89cd77f5da8cb