expo-image 2.1.0 → 2.1.1-canary-20250407-10a9b42
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 +1 -1
- package/expo-module.config.json +7 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42-sources.jar +0 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42-sources.jar.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42-sources.jar.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42-sources.jar.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42-sources.jar.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.aar +0 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.aar.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.aar.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.aar.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.aar.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.module +177 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.module.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.module.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.module.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.module.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.pom +88 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.pom.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.pom.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.pom.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.1-canary-20250407-10a9b42/expo.modules.image-2.1.1-canary-20250407-10a9b42.pom.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml +13 -0
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.sha512 +1 -0
- package/package.json +4 -5
package/android/build.gradle
CHANGED
|
@@ -8,7 +8,7 @@ android {
|
|
|
8
8
|
namespace "expo.modules.image"
|
|
9
9
|
defaultConfig {
|
|
10
10
|
versionCode 1
|
|
11
|
-
versionName "2.1.
|
|
11
|
+
versionName "2.1.1-canary-20250407-10a9b42"
|
|
12
12
|
consumerProguardFiles("proguard-rules.pro")
|
|
13
13
|
|
|
14
14
|
buildConfigField("boolean", "ALLOW_GLIDE_LOGS", project.properties.get("EXPO_ALLOW_GLIDE_LOGS", "false"))
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["ImageModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.image.ExpoImageModule"]
|
|
7
|
+
"modules": ["expo.modules.image.ExpoImageModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "BareExpo",
|
|
10
|
+
"artifactId": "expo.modules.image",
|
|
11
|
+
"version": "2.1.1-canary-20250407-10a9b42",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
88b136745902bb0965cdfc38c759a7b3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ad7bb1c2a4c5eed380ff540a71268a7e0389d747
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0824d07d5f1f7993211df141423fb7663546436d9269a5acd9af887978f2e902
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
808d4cfc56bf6d53a3947f07995e4b4c8f6ca02a9e3208761f48e93797f75a8c3053ee99d92ccb6594d22f534f5e0e51e4eb859350fdc6630c60d75f1fa481c6
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
02a4e3c49314ff5899ad7cda2e3fef9c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ea38ab505fb27f8092af482b3ed02cef316bca69
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
860682052f5946fdce131e37c609b146430d2d051935a2e824fdceeb349875cf
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0800a35c8e5fb75cdacb678ceae835abc36a90f345f55d3ef916c1eae4d458a6304610f0007adfe9208fa6bdcc68d0654e98f5311fb1511787b325bd8c2f19ec
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "BareExpo",
|
|
5
|
+
"module": "expo.modules.image",
|
|
6
|
+
"version": "2.1.1-canary-20250407-10a9b42",
|
|
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": "com.github.bumptech.glide",
|
|
28
|
+
"module": "glide",
|
|
29
|
+
"version": {
|
|
30
|
+
"requires": "4.16.0"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"group": "com.caverock",
|
|
35
|
+
"module": "androidsvg-aar",
|
|
36
|
+
"version": {
|
|
37
|
+
"requires": "1.4"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"group": "com.github.bumptech.glide",
|
|
42
|
+
"module": "okhttp3-integration",
|
|
43
|
+
"version": {
|
|
44
|
+
"requires": "4.11.0"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"group": "com.squareup.okhttp3",
|
|
49
|
+
"module": "okhttp",
|
|
50
|
+
"version": {
|
|
51
|
+
"requires": "4.9.2"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"files": [
|
|
56
|
+
{
|
|
57
|
+
"name": "expo.modules.image-2.1.1-canary-20250407-10a9b42.aar",
|
|
58
|
+
"url": "expo.modules.image-2.1.1-canary-20250407-10a9b42.aar",
|
|
59
|
+
"size": 269852,
|
|
60
|
+
"sha512": "0800a35c8e5fb75cdacb678ceae835abc36a90f345f55d3ef916c1eae4d458a6304610f0007adfe9208fa6bdcc68d0654e98f5311fb1511787b325bd8c2f19ec",
|
|
61
|
+
"sha256": "860682052f5946fdce131e37c609b146430d2d051935a2e824fdceeb349875cf",
|
|
62
|
+
"sha1": "ea38ab505fb27f8092af482b3ed02cef316bca69",
|
|
63
|
+
"md5": "02a4e3c49314ff5899ad7cda2e3fef9c"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "releaseVariantReleaseRuntimePublication",
|
|
69
|
+
"attributes": {
|
|
70
|
+
"org.gradle.category": "library",
|
|
71
|
+
"org.gradle.dependency.bundling": "external",
|
|
72
|
+
"org.gradle.libraryelements": "aar",
|
|
73
|
+
"org.gradle.usage": "java-runtime"
|
|
74
|
+
},
|
|
75
|
+
"dependencies": [
|
|
76
|
+
{
|
|
77
|
+
"group": "org.jetbrains.kotlin",
|
|
78
|
+
"module": "kotlin-stdlib-jdk7",
|
|
79
|
+
"version": {
|
|
80
|
+
"requires": "2.0.21"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"group": "com.facebook.react",
|
|
85
|
+
"module": "react-android"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"group": "com.github.penfeizhou.android.animation",
|
|
89
|
+
"module": "glide-plugin",
|
|
90
|
+
"version": {
|
|
91
|
+
"requires": "3.0.2"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"group": "com.github.bumptech.glide",
|
|
96
|
+
"module": "avif-integration",
|
|
97
|
+
"version": {
|
|
98
|
+
"requires": "4.16.0"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"group": "org.jetbrains.kotlinx",
|
|
103
|
+
"module": "kotlinx-coroutines-core",
|
|
104
|
+
"version": {
|
|
105
|
+
"requires": "1.5.1"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"group": "jp.wasabeef",
|
|
110
|
+
"module": "glide-transformations",
|
|
111
|
+
"version": {
|
|
112
|
+
"requires": "4.3.0"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"group": "com.github.bumptech.glide",
|
|
117
|
+
"module": "glide",
|
|
118
|
+
"version": {
|
|
119
|
+
"requires": "4.16.0"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"group": "com.caverock",
|
|
124
|
+
"module": "androidsvg-aar",
|
|
125
|
+
"version": {
|
|
126
|
+
"requires": "1.4"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"group": "com.github.bumptech.glide",
|
|
131
|
+
"module": "okhttp3-integration",
|
|
132
|
+
"version": {
|
|
133
|
+
"requires": "4.11.0"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"group": "com.squareup.okhttp3",
|
|
138
|
+
"module": "okhttp",
|
|
139
|
+
"version": {
|
|
140
|
+
"requires": "4.9.2"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"files": [
|
|
145
|
+
{
|
|
146
|
+
"name": "expo.modules.image-2.1.1-canary-20250407-10a9b42.aar",
|
|
147
|
+
"url": "expo.modules.image-2.1.1-canary-20250407-10a9b42.aar",
|
|
148
|
+
"size": 269852,
|
|
149
|
+
"sha512": "0800a35c8e5fb75cdacb678ceae835abc36a90f345f55d3ef916c1eae4d458a6304610f0007adfe9208fa6bdcc68d0654e98f5311fb1511787b325bd8c2f19ec",
|
|
150
|
+
"sha256": "860682052f5946fdce131e37c609b146430d2d051935a2e824fdceeb349875cf",
|
|
151
|
+
"sha1": "ea38ab505fb27f8092af482b3ed02cef316bca69",
|
|
152
|
+
"md5": "02a4e3c49314ff5899ad7cda2e3fef9c"
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "releaseVariantReleaseSourcePublication",
|
|
158
|
+
"attributes": {
|
|
159
|
+
"org.gradle.category": "documentation",
|
|
160
|
+
"org.gradle.dependency.bundling": "external",
|
|
161
|
+
"org.gradle.docstype": "sources",
|
|
162
|
+
"org.gradle.usage": "java-runtime"
|
|
163
|
+
},
|
|
164
|
+
"files": [
|
|
165
|
+
{
|
|
166
|
+
"name": "expo.modules.image-2.1.1-canary-20250407-10a9b42-sources.jar",
|
|
167
|
+
"url": "expo.modules.image-2.1.1-canary-20250407-10a9b42-sources.jar",
|
|
168
|
+
"size": 64109,
|
|
169
|
+
"sha512": "808d4cfc56bf6d53a3947f07995e4b4c8f6ca02a9e3208761f48e93797f75a8c3053ee99d92ccb6594d22f534f5e0e51e4eb859350fdc6630c60d75f1fa481c6",
|
|
170
|
+
"sha256": "0824d07d5f1f7993211df141423fb7663546436d9269a5acd9af887978f2e902",
|
|
171
|
+
"sha1": "ad7bb1c2a4c5eed380ff540a71268a7e0389d747",
|
|
172
|
+
"md5": "88b136745902bb0965cdfc38c759a7b3"
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
be13dc1a5136fad730503fad00a946f0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e9877c1c71432f881782e03cc2390e8a2ff6d13b
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
78a00c1921b7b6ef547f55375e367b7671ebfc423ba2242b1ecc447c6a0b99d7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
aab59378d570bfe7d723c172e10aee945cbb3a3b803a8625b2ed7280fc99e4035dc24ff703412addb96095edaa03367690ad88ea22f8ff47bf892a336d613ff5
|
|
@@ -0,0 +1,88 @@
|
|
|
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>BareExpo</groupId>
|
|
11
|
+
<artifactId>expo.modules.image</artifactId>
|
|
12
|
+
<version>2.1.1-canary-20250407-10a9b42</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<name>expo.modules.image</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>com.github.bumptech.glide</groupId>
|
|
30
|
+
<artifactId>glide</artifactId>
|
|
31
|
+
<version>4.16.0</version>
|
|
32
|
+
<scope>compile</scope>
|
|
33
|
+
</dependency>
|
|
34
|
+
<dependency>
|
|
35
|
+
<groupId>com.caverock</groupId>
|
|
36
|
+
<artifactId>androidsvg-aar</artifactId>
|
|
37
|
+
<version>1.4</version>
|
|
38
|
+
<scope>compile</scope>
|
|
39
|
+
</dependency>
|
|
40
|
+
<dependency>
|
|
41
|
+
<groupId>com.github.bumptech.glide</groupId>
|
|
42
|
+
<artifactId>okhttp3-integration</artifactId>
|
|
43
|
+
<version>4.11.0</version>
|
|
44
|
+
<scope>compile</scope>
|
|
45
|
+
</dependency>
|
|
46
|
+
<dependency>
|
|
47
|
+
<groupId>com.squareup.okhttp3</groupId>
|
|
48
|
+
<artifactId>okhttp</artifactId>
|
|
49
|
+
<version>4.9.2</version>
|
|
50
|
+
<scope>compile</scope>
|
|
51
|
+
</dependency>
|
|
52
|
+
<dependency>
|
|
53
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
54
|
+
<artifactId>kotlin-stdlib-jdk7</artifactId>
|
|
55
|
+
<version>2.0.21</version>
|
|
56
|
+
<scope>runtime</scope>
|
|
57
|
+
</dependency>
|
|
58
|
+
<dependency>
|
|
59
|
+
<groupId>com.facebook.react</groupId>
|
|
60
|
+
<artifactId>react-android</artifactId>
|
|
61
|
+
<scope>runtime</scope>
|
|
62
|
+
</dependency>
|
|
63
|
+
<dependency>
|
|
64
|
+
<groupId>com.github.penfeizhou.android.animation</groupId>
|
|
65
|
+
<artifactId>glide-plugin</artifactId>
|
|
66
|
+
<version>3.0.2</version>
|
|
67
|
+
<scope>runtime</scope>
|
|
68
|
+
</dependency>
|
|
69
|
+
<dependency>
|
|
70
|
+
<groupId>com.github.bumptech.glide</groupId>
|
|
71
|
+
<artifactId>avif-integration</artifactId>
|
|
72
|
+
<version>4.16.0</version>
|
|
73
|
+
<scope>runtime</scope>
|
|
74
|
+
</dependency>
|
|
75
|
+
<dependency>
|
|
76
|
+
<groupId>org.jetbrains.kotlinx</groupId>
|
|
77
|
+
<artifactId>kotlinx-coroutines-core</artifactId>
|
|
78
|
+
<version>1.5.1</version>
|
|
79
|
+
<scope>runtime</scope>
|
|
80
|
+
</dependency>
|
|
81
|
+
<dependency>
|
|
82
|
+
<groupId>jp.wasabeef</groupId>
|
|
83
|
+
<artifactId>glide-transformations</artifactId>
|
|
84
|
+
<version>4.3.0</version>
|
|
85
|
+
<scope>runtime</scope>
|
|
86
|
+
</dependency>
|
|
87
|
+
</dependencies>
|
|
88
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
666f066f214e22dd0729150c82e49dae
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e9e32d24fe383851ca8d2c9b9b68523d34b5c3e0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e56f2579ca55bfd508323ecc5bfb18548f2f164471d4c247da8872b357df1ace
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b4e5012c514b191903137095a6f5e865c98bae009cde9d558c91c74a4048a5e3f0d000d9ae46b1408b583dd5388c90340f376cbbc738e08a7727873a76ca6065
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>BareExpo</groupId>
|
|
4
|
+
<artifactId>expo.modules.image</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>2.1.1-canary-20250407-10a9b42</latest>
|
|
7
|
+
<release>2.1.1-canary-20250407-10a9b42</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>2.1.1-canary-20250407-10a9b42</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250407111737</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1cc94c2afd6c794b17eb29b1f83b59e7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e8df28f4fb8ebab3ec9155ae219dcc12fe1807f5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
89d61655f8a3a73d61ee88bbfd86d80a096ba4346f582342cf40d0d2d4e9cda2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6c2df0b76704d3814073a5886277f62ca8116a4370926510bc696b81d93e2d3245aa56af91d5b3668230adc968f389f088e5d721e3dbae1c3de9beba362d5e19
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-image",
|
|
3
3
|
"title": "Expo Image",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.1-canary-20250407-10a9b42",
|
|
5
5
|
"description": "A cross-platform, performant image component for React Native and Expo with Web support",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"types": "build/index.d.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"expo-module-scripts": "
|
|
31
|
+
"expo-module-scripts": "4.1.1-canary-20250407-10a9b42"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"expo": "
|
|
34
|
+
"expo": "53.0.0-canary-20250407-10a9b42",
|
|
35
35
|
"react": "*",
|
|
36
36
|
"react-native": "*",
|
|
37
37
|
"react-native-web": "*"
|
|
@@ -40,6 +40,5 @@
|
|
|
40
40
|
"react-native-web": {
|
|
41
41
|
"optional": true
|
|
42
42
|
}
|
|
43
|
-
}
|
|
44
|
-
"gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
|
|
43
|
+
}
|
|
45
44
|
}
|