expo-contacts 14.1.0 → 14.1.1-canary-20250408-7f0ab53
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/android/build.gradle +2 -2
- package/expo-module.config.json +7 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53-sources.jar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53-sources.jar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53-sources.jar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53-sources.jar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.aar.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.aar.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.aar.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.aar.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.module +94 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.module.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.module.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.module.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.module.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.pom +41 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.pom.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.pom.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.pom.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.1-canary-20250408-7f0ab53/expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.pom.sha512 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml +13 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha512 +1 -0
- package/package.json +4 -5
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '14.1.
|
|
7
|
+
version = '14.1.1-canary-20250408-7f0ab53'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.contacts"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 29
|
|
13
|
-
versionName "14.1.
|
|
13
|
+
versionName "14.1.1-canary-20250408-7f0ab53"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["ContactsModule", "ContactAccessButtonModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.contacts.ContactsModule"]
|
|
7
|
+
"modules": ["expo.modules.contacts.ContactsModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.contacts",
|
|
11
|
+
"version": "14.1.1-canary-20250408-7f0ab53",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2d4ca7a318f43555ff2820fcb37cd288
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6e2521a77e5d8d3633d441e087238e9e7e2a16cb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7aeaba46e5f31eeb8907a1479bf370d4a7aacecf5303f057ec827183913844a6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
889e2a06f3475783a6c456ca8602cf7d62f2298149b2fe4949f76fb8ad612d3f3483bb1aa0190baafe8e03dbe96c1dd66a5fd3f6d44270a8401f8ea4193f6f51
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
01ff44e5b71958249c95c32f17662581
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
003ad77bc7efef2c0d2fa7e66a47f562ace17f68
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ea046df2bf00d52115862faacd0dd28a08d45812704448f308eb6d9443c16e3e
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
768bdc132ad8ee58be056b9a2530194807fdc46e7d3fb58dfc8ac2288ce1ee8b6f882f01093b8c5a8dd66f0ab164a4b4ade62a4209bc88a7cee950829d7c57fb
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "host.exp.exponent",
|
|
5
|
+
"module": "expo.modules.contacts",
|
|
6
|
+
"version": "14.1.1-canary-20250408-7f0ab53",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "8.13"
|
|
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-14.1.1-canary-20250408-7f0ab53.aar",
|
|
28
|
+
"url": "expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.aar",
|
|
29
|
+
"size": 109913,
|
|
30
|
+
"sha512": "768bdc132ad8ee58be056b9a2530194807fdc46e7d3fb58dfc8ac2288ce1ee8b6f882f01093b8c5a8dd66f0ab164a4b4ade62a4209bc88a7cee950829d7c57fb",
|
|
31
|
+
"sha256": "ea046df2bf00d52115862faacd0dd28a08d45812704448f308eb6d9443c16e3e",
|
|
32
|
+
"sha1": "003ad77bc7efef2c0d2fa7e66a47f562ace17f68",
|
|
33
|
+
"md5": "01ff44e5b71958249c95c32f17662581"
|
|
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.0.21"
|
|
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-14.1.1-canary-20250408-7f0ab53.aar",
|
|
64
|
+
"url": "expo.modules.contacts-14.1.1-canary-20250408-7f0ab53.aar",
|
|
65
|
+
"size": 109913,
|
|
66
|
+
"sha512": "768bdc132ad8ee58be056b9a2530194807fdc46e7d3fb58dfc8ac2288ce1ee8b6f882f01093b8c5a8dd66f0ab164a4b4ade62a4209bc88a7cee950829d7c57fb",
|
|
67
|
+
"sha256": "ea046df2bf00d52115862faacd0dd28a08d45812704448f308eb6d9443c16e3e",
|
|
68
|
+
"sha1": "003ad77bc7efef2c0d2fa7e66a47f562ace17f68",
|
|
69
|
+
"md5": "01ff44e5b71958249c95c32f17662581"
|
|
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-14.1.1-canary-20250408-7f0ab53-sources.jar",
|
|
84
|
+
"url": "expo.modules.contacts-14.1.1-canary-20250408-7f0ab53-sources.jar",
|
|
85
|
+
"size": 19911,
|
|
86
|
+
"sha512": "889e2a06f3475783a6c456ca8602cf7d62f2298149b2fe4949f76fb8ad612d3f3483bb1aa0190baafe8e03dbe96c1dd66a5fd3f6d44270a8401f8ea4193f6f51",
|
|
87
|
+
"sha256": "7aeaba46e5f31eeb8907a1479bf370d4a7aacecf5303f057ec827183913844a6",
|
|
88
|
+
"sha1": "6e2521a77e5d8d3633d441e087238e9e7e2a16cb",
|
|
89
|
+
"md5": "2d4ca7a318f43555ff2820fcb37cd288"
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
bffb6261003733f6326a24f6ce320bb3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2dd5cc853d842eb0707f71bdc10f0051dd61b6af
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
98edc4dc77334a11e9d5dafa5a900a24ed53bf3e367f3df54f6758f8483abb9f
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5a7918c2f36a498620cebf2dc856dd77b87bd09d0b56f9cdec6d5ce327b09f5fc38a23d0b9bd51b20616d6046debc46d12b0aa24fbc6ff2568463d6158ab5c90
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4
|
+
<!-- This module was also published with a richer model, Gradle metadata, -->
|
|
5
|
+
<!-- which should be used instead. Do not delete the following line which -->
|
|
6
|
+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
|
7
|
+
<!-- that they should prefer consuming it instead. -->
|
|
8
|
+
<!-- do_not_remove: published-with-gradle-metadata -->
|
|
9
|
+
<modelVersion>4.0.0</modelVersion>
|
|
10
|
+
<groupId>host.exp.exponent</groupId>
|
|
11
|
+
<artifactId>expo.modules.contacts</artifactId>
|
|
12
|
+
<version>14.1.1-canary-20250408-7f0ab53</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.contacts</name>
|
|
15
|
+
<url>https://github.com/expo/expo</url>
|
|
16
|
+
<licenses>
|
|
17
|
+
<license>
|
|
18
|
+
<name>MIT License</name>
|
|
19
|
+
<url>https://github.com/expo/expo/blob/main/LICENSE</url>
|
|
20
|
+
</license>
|
|
21
|
+
</licenses>
|
|
22
|
+
<scm>
|
|
23
|
+
<connection>https://github.com/expo/expo.git</connection>
|
|
24
|
+
<developerConnection>https://github.com/expo/expo.git</developerConnection>
|
|
25
|
+
<url>https://github.com/expo/expo</url>
|
|
26
|
+
</scm>
|
|
27
|
+
<dependencies>
|
|
28
|
+
<dependency>
|
|
29
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
30
|
+
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
31
|
+
<version>2.0.21</version>
|
|
32
|
+
<scope>runtime</scope>
|
|
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
|
+
</dependencies>
|
|
41
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
40f0c8604e962e4fee9818a79a7b1aaa
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8d36ac41e6eb806b95abe93b86c50abe107cfa65
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a6d500d09ff4a3f5105127599187903a169d1e309b3d1db5b00dec87491d0794
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1b88d1866dc75ca258cae74c1aff87d82f5f41bcbc2ba44539c2f862a1e3d8632c4a563c9b7f0689851967445552b4d543695a343047d3079b325f0b85c9c8df
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>host.exp.exponent</groupId>
|
|
4
|
+
<artifactId>expo.modules.contacts</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>14.1.1-canary-20250408-7f0ab53</latest>
|
|
7
|
+
<release>14.1.1-canary-20250408-7f0ab53</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>14.1.1-canary-20250408-7f0ab53</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250408205743</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8e099ebbf253403d123ec3de32d104f6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2661ae0097b43d65219e2957e85918eb5c109572
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3331c6d99c167fc09e1ed51da83f16a067731bfaebb235886054850ee21626a2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7d653421b5719b06a93a2d8384463b293a37b26a5d9af664c0249c67770131b66299d7abe60a51d243d3442b2b5f2e1b5fb1d3df74bd80853ef52163402f47f2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-contacts",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1-canary-20250408-7f0ab53",
|
|
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": "
|
|
37
|
+
"expo-module-scripts": "4.1.1-canary-20250408-7f0ab53"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"expo": "
|
|
40
|
+
"expo": "53.0.0-canary-20250408-7f0ab53",
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
|
-
}
|
|
44
|
-
"gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
|
|
43
|
+
}
|
|
45
44
|
}
|