expo-image 3.0.0-canary-20250402-161f57b → 3.0.0-canary-20250403-13261ac
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 +2 -2
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac-sources.jar +0 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac-sources.jar.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac-sources.jar.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac-sources.jar.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac-sources.jar.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.aar +0 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.aar.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.aar.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.aar.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.aar.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.module +177 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.module.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.module.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.module.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.module.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.pom +88 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.pom.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.pom.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.pom.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/3.0.0-canary-20250403-13261ac/expo.modules.image-3.0.0-canary-20250403-13261ac.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 -4
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 "3.0.0-canary-
|
|
11
|
+
versionName "3.0.0-canary-20250403-13261ac"
|
|
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
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"publication": {
|
|
9
9
|
"groupId": "BareExpo",
|
|
10
10
|
"artifactId": "expo.modules.image",
|
|
11
|
-
"version": "3.0.0-canary-
|
|
12
|
-
"repository": "
|
|
11
|
+
"version": "3.0.0-canary-20250403-13261ac",
|
|
12
|
+
"repository": "local-maven-repo"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c8557a0851f6c06985048d72fd1988c1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d3f5e5ae74313aa0f1f00100ca224b8ff0f06cdb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b10d135169587ddca802d9c2d5ce8cc9f0aec39651d011c335fc7fae0724d4cc
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5d1fc9c3a00f43d3618f1f48a268405ba6409a77afea3d453662a4b4e2713bc06671498dedf70d47c558dc5bfd0aeff36960522d62c4c568321a270b978b9530
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1c5e019a28220710d692fa0be82237f1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a2f1da08d08f53e03ef4075b114185b81327a54b
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2c7805e9fe5e7ad9251aab7616edc054fef760eb75b55fe1422ed1f0ffb7f00c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f89e12c83f5e72e6f289f678337bd632294e6263e447e5a48bfccc820e0ef237c52134d73c76835decc8056aae3f183f4408d70cebf4464f936eb2ccabd8db7c
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "BareExpo",
|
|
5
|
+
"module": "expo.modules.image",
|
|
6
|
+
"version": "3.0.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": "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-3.0.0-canary-20250403-13261ac.aar",
|
|
58
|
+
"url": "expo.modules.image-3.0.0-canary-20250403-13261ac.aar",
|
|
59
|
+
"size": 269853,
|
|
60
|
+
"sha512": "f89e12c83f5e72e6f289f678337bd632294e6263e447e5a48bfccc820e0ef237c52134d73c76835decc8056aae3f183f4408d70cebf4464f936eb2ccabd8db7c",
|
|
61
|
+
"sha256": "2c7805e9fe5e7ad9251aab7616edc054fef760eb75b55fe1422ed1f0ffb7f00c",
|
|
62
|
+
"sha1": "a2f1da08d08f53e03ef4075b114185b81327a54b",
|
|
63
|
+
"md5": "1c5e019a28220710d692fa0be82237f1"
|
|
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-3.0.0-canary-20250403-13261ac.aar",
|
|
147
|
+
"url": "expo.modules.image-3.0.0-canary-20250403-13261ac.aar",
|
|
148
|
+
"size": 269853,
|
|
149
|
+
"sha512": "f89e12c83f5e72e6f289f678337bd632294e6263e447e5a48bfccc820e0ef237c52134d73c76835decc8056aae3f183f4408d70cebf4464f936eb2ccabd8db7c",
|
|
150
|
+
"sha256": "2c7805e9fe5e7ad9251aab7616edc054fef760eb75b55fe1422ed1f0ffb7f00c",
|
|
151
|
+
"sha1": "a2f1da08d08f53e03ef4075b114185b81327a54b",
|
|
152
|
+
"md5": "1c5e019a28220710d692fa0be82237f1"
|
|
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-3.0.0-canary-20250403-13261ac-sources.jar",
|
|
167
|
+
"url": "expo.modules.image-3.0.0-canary-20250403-13261ac-sources.jar",
|
|
168
|
+
"size": 64110,
|
|
169
|
+
"sha512": "5d1fc9c3a00f43d3618f1f48a268405ba6409a77afea3d453662a4b4e2713bc06671498dedf70d47c558dc5bfd0aeff36960522d62c4c568321a270b978b9530",
|
|
170
|
+
"sha256": "b10d135169587ddca802d9c2d5ce8cc9f0aec39651d011c335fc7fae0724d4cc",
|
|
171
|
+
"sha1": "d3f5e5ae74313aa0f1f00100ca224b8ff0f06cdb",
|
|
172
|
+
"md5": "c8557a0851f6c06985048d72fd1988c1"
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1365c09b3c5cfcc722b1158819eda2a4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
027a892b7e57b81938bac6c91503dac9c4d5acd8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c0e766f465e856be5efd019fb0823a966edd647a174b8b7ffc80d28b88f14538
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c86d59cf232bed435ab084b689d20448cbf31f99fe1b02f8b1ee9e809e1248a1bced0142d98cda9b1e50df61560ce45a0887f5758888d15fbcb782a27a70c689
|
|
@@ -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>3.0.0-canary-20250403-13261ac</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
|
+
e1f8d02209a53e438ddaefd94a2799dd
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
37e98c2e8f96a80ad880927e72f8cf4da8b38f51
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
491b3d26a4fdda86a3030db8cf07e5299f11184496a2cd72ee2d4d2ad56c0a0b
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e51eba538b36750ab83785dfab162f4f65f71eef135460dcc0cd3d2eb02375d2a9330e3f8abbae0e1f9bf75e89ff9b9002b85c9383470c4c6cfbc1983a5c91c3
|
|
@@ -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>3.0.0-canary-20250403-13261ac</latest>
|
|
7
|
+
<release>3.0.0-canary-20250403-13261ac</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>3.0.0-canary-20250403-13261ac</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20250402223119</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d581ef83d91ea2cc5ff46548a5aaf9cd
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
913d92b22f175228cbe510deb628440255d9610f
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6303ed70bebeaf96face656bb34baf0bb5852d52450011638dc47c47ce0ec9e4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7dbb3c2bb6ee4739d7be2e8b8945edac6cd759cb951f13ed141ffaaeafab30d5b44751688bcdf5b42d0111ee230d00c974a1ac82724670e44d05a3d59fe8e21e
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-image",
|
|
3
3
|
"title": "Expo Image",
|
|
4
|
-
"version": "3.0.0-canary-
|
|
4
|
+
"version": "3.0.0-canary-20250403-13261ac",
|
|
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": "4.0.5-canary-
|
|
31
|
+
"expo-module-scripts": "4.0.5-canary-20250403-13261ac"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"expo": "53.0.0-canary-
|
|
34
|
+
"expo": "53.0.0-canary-20250403-13261ac",
|
|
35
35
|
"react": "*",
|
|
36
36
|
"react-native": "*",
|
|
37
37
|
"react-native-web": "*"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"optional": true
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "13261ac5856369e1ce42ef4c380d5af1d7a40392"
|
|
45
45
|
}
|