expo-media-library 17.1.0-canary-20250403-13261ac → 17.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.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac-sources.jar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac-sources.jar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac-sources.jar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac-sources.jar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.module +0 -110
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.module.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.module.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.module.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.module.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.pom +0 -47
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.pom.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.pom.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.pom.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/17.1.0-canary-20250403-13261ac/expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.pom.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/maven-metadata.xml +0 -13
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/maven-metadata.xml.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/maven-metadata.xml.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/maven-metadata.xml.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/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 = '17.
|
|
7
|
+
version = '17.0.3'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.medialibrary"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 37
|
|
13
|
-
versionName "17.
|
|
13
|
+
versionName "17.0.3"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
"modules": ["MediaLibraryModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.medialibrary.MediaLibraryModule"]
|
|
8
|
-
"publication": {
|
|
9
|
-
"groupId": "host.exp.exponent",
|
|
10
|
-
"artifactId": "expo.modules.medialibrary",
|
|
11
|
-
"version": "17.1.0-canary-20250403-13261ac",
|
|
12
|
-
"repository": "local-maven-repo"
|
|
13
|
-
}
|
|
7
|
+
"modules": ["expo.modules.medialibrary.MediaLibraryModule"]
|
|
14
8
|
}
|
|
15
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-media-library",
|
|
3
|
-
"version": "17.1.0-canary-
|
|
3
|
+
"version": "17.1.0-canary-20250404-42b6263",
|
|
4
4
|
"description": "Provides access to user's media library.",
|
|
5
5
|
"main": "build/MediaLibrary.js",
|
|
6
6
|
"types": "build/MediaLibrary.d.ts",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"preset": "expo-module-scripts"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"expo-module-scripts": "4.0.
|
|
41
|
+
"expo-module-scripts": "4.0.6-canary-20250404-42b6263"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"expo": "53.0.0-canary-
|
|
44
|
+
"expo": "53.0.0-canary-20250404-42b6263",
|
|
45
45
|
"react-native": "*"
|
|
46
46
|
},
|
|
47
47
|
"codegenConfig": {
|
|
@@ -53,6 +53,5 @@
|
|
|
53
53
|
"RCTImageURLLoader": "MediaLibraryImageLoader"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
}
|
|
57
|
-
"gitHead": "13261ac5856369e1ce42ef4c380d5af1d7a40392"
|
|
56
|
+
}
|
|
58
57
|
}
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2845a7703f070fd53eeed9ec20ffd62e
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
42ee38d93d15cf9354638508d497292eb1f03f74
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7693396a462bf4106ed083906e76e7142ebb8935baff9aae9f4a54d9c3d9111d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5ad3ac61bb3eb4e35e01adf5e708f0a1071167a10597acf3f28e47d2b29ba4e089263e640d47c35d40ecf81d500d47d58b4a2d61c1562942a68727b42986ba62
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1aa71bde31425a6d8d139aa1150f507d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1805ba3b2e837bac1f1dcdc08a832679d43fa687
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3119ba28d72b73a64c93ec0742db25e6ceaa8a0ed572d134bde5d90c464e937d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
6c995d1bf30b8c181e71797d2f9d0a67b3c9be075e000c52d1f9981be952a8d0292c950f9d98f1cacc91ed947df2829b5c399d3f9addb2aa01a69f52bf87dbe6
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"formatVersion": "1.1",
|
|
3
|
-
"component": {
|
|
4
|
-
"group": "host.exp.exponent",
|
|
5
|
-
"module": "expo.modules.medialibrary",
|
|
6
|
-
"version": "17.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
|
-
"dependencies": [
|
|
26
|
-
{
|
|
27
|
-
"group": "androidx.exifinterface",
|
|
28
|
-
"module": "exifinterface",
|
|
29
|
-
"version": {
|
|
30
|
-
"requires": "1.3.3"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"files": [
|
|
35
|
-
{
|
|
36
|
-
"name": "expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar",
|
|
37
|
-
"url": "expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar",
|
|
38
|
-
"size": 200091,
|
|
39
|
-
"sha512": "6c995d1bf30b8c181e71797d2f9d0a67b3c9be075e000c52d1f9981be952a8d0292c950f9d98f1cacc91ed947df2829b5c399d3f9addb2aa01a69f52bf87dbe6",
|
|
40
|
-
"sha256": "3119ba28d72b73a64c93ec0742db25e6ceaa8a0ed572d134bde5d90c464e937d",
|
|
41
|
-
"sha1": "1805ba3b2e837bac1f1dcdc08a832679d43fa687",
|
|
42
|
-
"md5": "1aa71bde31425a6d8d139aa1150f507d"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "releaseVariantReleaseRuntimePublication",
|
|
48
|
-
"attributes": {
|
|
49
|
-
"org.gradle.category": "library",
|
|
50
|
-
"org.gradle.dependency.bundling": "external",
|
|
51
|
-
"org.gradle.libraryelements": "aar",
|
|
52
|
-
"org.gradle.usage": "java-runtime"
|
|
53
|
-
},
|
|
54
|
-
"dependencies": [
|
|
55
|
-
{
|
|
56
|
-
"group": "org.jetbrains.kotlin",
|
|
57
|
-
"module": "kotlin-stdlib-jdk7",
|
|
58
|
-
"version": {
|
|
59
|
-
"requires": "2.0.21"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"group": "androidx.annotation",
|
|
64
|
-
"module": "annotation",
|
|
65
|
-
"version": {
|
|
66
|
-
"requires": "1.2.0"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"group": "androidx.exifinterface",
|
|
71
|
-
"module": "exifinterface",
|
|
72
|
-
"version": {
|
|
73
|
-
"requires": "1.3.3"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
"files": [
|
|
78
|
-
{
|
|
79
|
-
"name": "expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar",
|
|
80
|
-
"url": "expo.modules.medialibrary-17.1.0-canary-20250403-13261ac.aar",
|
|
81
|
-
"size": 200091,
|
|
82
|
-
"sha512": "6c995d1bf30b8c181e71797d2f9d0a67b3c9be075e000c52d1f9981be952a8d0292c950f9d98f1cacc91ed947df2829b5c399d3f9addb2aa01a69f52bf87dbe6",
|
|
83
|
-
"sha256": "3119ba28d72b73a64c93ec0742db25e6ceaa8a0ed572d134bde5d90c464e937d",
|
|
84
|
-
"sha1": "1805ba3b2e837bac1f1dcdc08a832679d43fa687",
|
|
85
|
-
"md5": "1aa71bde31425a6d8d139aa1150f507d"
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "releaseVariantReleaseSourcePublication",
|
|
91
|
-
"attributes": {
|
|
92
|
-
"org.gradle.category": "documentation",
|
|
93
|
-
"org.gradle.dependency.bundling": "external",
|
|
94
|
-
"org.gradle.docstype": "sources",
|
|
95
|
-
"org.gradle.usage": "java-runtime"
|
|
96
|
-
},
|
|
97
|
-
"files": [
|
|
98
|
-
{
|
|
99
|
-
"name": "expo.modules.medialibrary-17.1.0-canary-20250403-13261ac-sources.jar",
|
|
100
|
-
"url": "expo.modules.medialibrary-17.1.0-canary-20250403-13261ac-sources.jar",
|
|
101
|
-
"size": 32212,
|
|
102
|
-
"sha512": "5ad3ac61bb3eb4e35e01adf5e708f0a1071167a10597acf3f28e47d2b29ba4e089263e640d47c35d40ecf81d500d47d58b4a2d61c1562942a68727b42986ba62",
|
|
103
|
-
"sha256": "7693396a462bf4106ed083906e76e7142ebb8935baff9aae9f4a54d9c3d9111d",
|
|
104
|
-
"sha1": "42ee38d93d15cf9354638508d497292eb1f03f74",
|
|
105
|
-
"md5": "2845a7703f070fd53eeed9ec20ffd62e"
|
|
106
|
-
}
|
|
107
|
-
]
|
|
108
|
-
}
|
|
109
|
-
]
|
|
110
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
bb1c13b8ba0692e5a1aec56c00853cab
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1ee611f55af5774281ca3c445de2d0d735666528
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
604517457ade3ccae6e1b39a7cb144983050cf553908b35f1a6e19adf856c317
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
b4182a4e1d7d20776f99f3109e74f0a9b820e1c033c70f0bb6d3f39530b16101205d5dd12f034d0278308f6024334b441c0d90eeb83e31eae6d42fd354e3c77b
|
|
@@ -1,47 +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.medialibrary</artifactId>
|
|
12
|
-
<version>17.1.0-canary-20250403-13261ac</version>
|
|
13
|
-
<packaging>aar</packaging>
|
|
14
|
-
<name>expo.modules.medialibrary</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>androidx.exifinterface</groupId>
|
|
30
|
-
<artifactId>exifinterface</artifactId>
|
|
31
|
-
<version>1.3.3</version>
|
|
32
|
-
<scope>compile</scope>
|
|
33
|
-
</dependency>
|
|
34
|
-
<dependency>
|
|
35
|
-
<groupId>org.jetbrains.kotlin</groupId>
|
|
36
|
-
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
37
|
-
<version>2.0.21</version>
|
|
38
|
-
<scope>runtime</scope>
|
|
39
|
-
</dependency>
|
|
40
|
-
<dependency>
|
|
41
|
-
<groupId>androidx.annotation</groupId>
|
|
42
|
-
<artifactId>annotation</artifactId>
|
|
43
|
-
<version>1.2.0</version>
|
|
44
|
-
<scope>runtime</scope>
|
|
45
|
-
</dependency>
|
|
46
|
-
</dependencies>
|
|
47
|
-
</project>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a043aa985d3b358b46c64949afa6157d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
20dc5999b033e3178f004446e7237ac219eb89f3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
160fb25260a643f420b10c518a12295815ea31faeada164ccdf00d7ff5072339
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
06a04d8e1a818fc8341f9733d4fb0d5fb565840dbf93534cd8da51f454194922aa4a8682fd3558f2ad0e93dfc905a94d35f62542141fc321b66592f93a529d9c
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<metadata>
|
|
3
|
-
<groupId>host.exp.exponent</groupId>
|
|
4
|
-
<artifactId>expo.modules.medialibrary</artifactId>
|
|
5
|
-
<versioning>
|
|
6
|
-
<latest>17.1.0-canary-20250403-13261ac</latest>
|
|
7
|
-
<release>17.1.0-canary-20250403-13261ac</release>
|
|
8
|
-
<versions>
|
|
9
|
-
<version>17.1.0-canary-20250403-13261ac</version>
|
|
10
|
-
</versions>
|
|
11
|
-
<lastUpdated>20250402223117</lastUpdated>
|
|
12
|
-
</versioning>
|
|
13
|
-
</metadata>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2de7e3f9bb22f1c2357094f2838c0e6c
|
package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/maven-metadata.xml.sha1
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0418ac3d124bca3be4ae36d11960f433931a9bc6
|
package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/maven-metadata.xml.sha256
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
6f81171a6dcbc4193fe2bf19bacba8b00a10a0857f72654eceea0713ebeea8bd
|
package/local-maven-repo/host/exp/exponent/expo.modules.medialibrary/maven-metadata.xml.sha512
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
dd8826d2fc998b98f330af632792507be6e30bb240614231abfb2a692682c8813f15a7fe343b17e58e41957454857ee828629ae94b3134eaaf33b52cc20a2607
|