expo-contacts 14.1.0-canary-20250403-13261ac → 14.1.0-canary-20250404-42b6263
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 +1 -7
- package/package.json +4 -5
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac-sources.jar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac-sources.jar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac-sources.jar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac-sources.jar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.aar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.aar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.aar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.aar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.module +0 -94
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.module.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.module.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.module.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.module.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.pom +0 -41
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.pom.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.pom.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.pom.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/14.1.0-canary-20250403-13261ac/expo.modules.contacts-14.1.0-canary-20250403-13261ac.pom.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml +0 -13
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.contacts/maven-metadata.xml.sha512 +0 -1
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '14.
|
|
7
|
+
version = '14.0.2'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.contacts"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 29
|
|
13
|
-
versionName "14.
|
|
13
|
+
versionName "14.0.2"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
"modules": ["ContactsModule", "ContactAccessButtonModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.contacts.ContactsModule"]
|
|
8
|
-
"publication": {
|
|
9
|
-
"groupId": "host.exp.exponent",
|
|
10
|
-
"artifactId": "expo.modules.contacts",
|
|
11
|
-
"version": "14.1.0-canary-20250403-13261ac",
|
|
12
|
-
"repository": "local-maven-repo"
|
|
13
|
-
}
|
|
7
|
+
"modules": ["expo.modules.contacts.ContactsModule"]
|
|
14
8
|
}
|
|
15
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-contacts",
|
|
3
|
-
"version": "14.1.0-canary-
|
|
3
|
+
"version": "14.1.0-canary-20250404-42b6263",
|
|
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": "4.0.
|
|
37
|
+
"expo-module-scripts": "4.0.6-canary-20250404-42b6263"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"expo": "53.0.0-canary-
|
|
40
|
+
"expo": "53.0.0-canary-20250404-42b6263",
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
|
-
}
|
|
44
|
-
"gitHead": "13261ac5856369e1ce42ef4c380d5af1d7a40392"
|
|
43
|
+
}
|
|
45
44
|
}
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2d4ca7a318f43555ff2820fcb37cd288
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
6e2521a77e5d8d3633d441e087238e9e7e2a16cb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7aeaba46e5f31eeb8907a1479bf370d4a7aacecf5303f057ec827183913844a6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
889e2a06f3475783a6c456ca8602cf7d62f2298149b2fe4949f76fb8ad612d3f3483bb1aa0190baafe8e03dbe96c1dd66a5fd3f6d44270a8401f8ea4193f6f51
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
01ff44e5b71958249c95c32f17662581
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
003ad77bc7efef2c0d2fa7e66a47f562ace17f68
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ea046df2bf00d52115862faacd0dd28a08d45812704448f308eb6d9443c16e3e
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
768bdc132ad8ee58be056b9a2530194807fdc46e7d3fb58dfc8ac2288ce1ee8b6f882f01093b8c5a8dd66f0ab164a4b4ade62a4209bc88a7cee950829d7c57fb
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"formatVersion": "1.1",
|
|
3
|
-
"component": {
|
|
4
|
-
"group": "host.exp.exponent",
|
|
5
|
-
"module": "expo.modules.contacts",
|
|
6
|
-
"version": "14.1.0-canary-20250403-13261ac",
|
|
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.0-canary-20250403-13261ac.aar",
|
|
28
|
-
"url": "expo.modules.contacts-14.1.0-canary-20250403-13261ac.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.0-canary-20250403-13261ac.aar",
|
|
64
|
-
"url": "expo.modules.contacts-14.1.0-canary-20250403-13261ac.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.0-canary-20250403-13261ac-sources.jar",
|
|
84
|
-
"url": "expo.modules.contacts-14.1.0-canary-20250403-13261ac-sources.jar",
|
|
85
|
-
"size": 19911,
|
|
86
|
-
"sha512": "889e2a06f3475783a6c456ca8602cf7d62f2298149b2fe4949f76fb8ad612d3f3483bb1aa0190baafe8e03dbe96c1dd66a5fd3f6d44270a8401f8ea4193f6f51",
|
|
87
|
-
"sha256": "7aeaba46e5f31eeb8907a1479bf370d4a7aacecf5303f057ec827183913844a6",
|
|
88
|
-
"sha1": "6e2521a77e5d8d3633d441e087238e9e7e2a16cb",
|
|
89
|
-
"md5": "2d4ca7a318f43555ff2820fcb37cd288"
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
]
|
|
94
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9fbc230182340190647dfdb60234df41
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
30dd1a6aa63ff008e0552f0fe6f0b685ae4b9f93
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
70c41f715d22d7dc511ff17afd18e287e7c488a4dc93cec6278090f2e0959003
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ca762b404dc2aefbcc94e5c7f5bf6800952cfc146a8700dbab1632d3a1eeca9479e5cf056edefc939fa9bcf67c04a91e2991cc3b09cab25c9cfbc6d1dc294ec0
|
|
@@ -1,41 +0,0 @@
|
|
|
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.0-canary-20250403-13261ac</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>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10f4cd1235357799cf372e9dc164f3d6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
42b7668bb4bf5676ba5d21a0344daa6d8ad24290
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3e761db832eea7c44cb506b9f7aa03c1a508111f7ba5ac03a7ac655a6453d455
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ba0c372ed87e443bec950860a3af41c129b2f7d622649740226ce8d4f0827601167fe6fca6c63d12ea0511738a9f76fa3224bd94948708c4e5c2ffa5006f5d5d
|
|
@@ -1,13 +0,0 @@
|
|
|
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.0-canary-20250403-13261ac</latest>
|
|
7
|
-
<release>14.1.0-canary-20250403-13261ac</release>
|
|
8
|
-
<versions>
|
|
9
|
-
<version>14.1.0-canary-20250403-13261ac</version>
|
|
10
|
-
</versions>
|
|
11
|
-
<lastUpdated>20250402223119</lastUpdated>
|
|
12
|
-
</versioning>
|
|
13
|
-
</metadata>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
97b8c15c826213e83c29e76409ca9fc0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1feaee2ec414692ac356336cade33ca41481896f
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
18184cef58efe724f5de752444e52c66032bb819921590a6a77fe16c087319b9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ada857d7eb676fa5ddb364b2f18ca782f911c6a35e3fc7a1fd567384560e3c44a67119ea6ccd31685fc7444fc38bad8fcb3039ef6afea7256bbafd8d796c3ee8
|