expo-image 2.1.3 → 2.1.4
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/CHANGELOG.md +7 -0
- package/android/build.gradle +2 -2
- package/build/ExpoImage.d.ts +2 -0
- package/build/ExpoImage.d.ts.map +1 -1
- package/build/ExpoImage.web.d.ts.map +1 -1
- package/build/Image.d.ts +6 -4
- package/build/Image.d.ts.map +1 -1
- package/build/Image.types.d.ts +4 -4
- package/build/Image.types.d.ts.map +1 -1
- package/build/ImageModule.web.d.ts +1 -1
- package/build/ImageModule.web.d.ts.map +1 -1
- package/build/utils/blurhash/useBlurhash.d.ts +2 -2
- package/build/utils/blurhash/useBlurhash.d.ts.map +1 -1
- package/build/web/AnimationManager.d.ts.map +1 -1
- package/build/web/getImageWrapperEventHandler.d.ts +4 -3
- package/build/web/getImageWrapperEventHandler.d.ts.map +1 -1
- package/expo-module.config.json +1 -1
- package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3.module → 2.1.4/expo.modules.image-2.1.4.module} +8 -8
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3.pom → 2.1.4/expo.modules.image-2.1.4.pom} +2 -2
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.pom.md5 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.pom.sha1 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.pom.sha256 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.pom.sha512 +1 -0
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml +4 -4
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.md5 +1 -1
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.sha1 +1 -1
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.sha256 +1 -1
- package/local-maven-repo/BareExpo/expo.modules.image/maven-metadata.xml.sha512 +1 -1
- package/package.json +3 -3
- package/src/ExpoImage.tsx +4 -0
- package/src/ExpoImage.web.tsx +12 -6
- package/src/Image.tsx +7 -6
- package/src/Image.types.ts +4 -4
- package/src/ImageModule.web.ts +1 -1
- package/src/ts-declarations/react-native-assets.d.ts +1 -0
- package/src/ts-declarations/react-native-web.d.ts +3 -0
- package/src/utils/AssetSourceResolver.web.ts +1 -1
- package/src/utils/blurhash/decode.ts +1 -1
- package/src/utils/blurhash/useBlurhash.tsx +1 -1
- package/src/utils/resolveAssetSource.web.ts +1 -1
- package/src/utils/thumbhash/thumbhash.ts +4 -4
- package/src/web/AnimationManager.tsx +12 -5
- package/src/web/getImageWrapperEventHandler.ts +5 -3
- package/src/web/positioning.ts +1 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.md5 +0 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.sha1 +0 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.sha256 +0 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.sha512 +0 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.pom.md5 +0 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.pom.sha1 +0 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.pom.sha256 +0 -1
- package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.pom.sha512 +0 -1
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3-sources.jar → 2.1.4/expo.modules.image-2.1.4-sources.jar} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3-sources.jar.md5 → 2.1.4/expo.modules.image-2.1.4-sources.jar.md5} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3-sources.jar.sha1 → 2.1.4/expo.modules.image-2.1.4-sources.jar.sha1} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3-sources.jar.sha256 → 2.1.4/expo.modules.image-2.1.4-sources.jar.sha256} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3-sources.jar.sha512 → 2.1.4/expo.modules.image-2.1.4-sources.jar.sha512} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3.aar → 2.1.4/expo.modules.image-2.1.4.aar} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3.aar.md5 → 2.1.4/expo.modules.image-2.1.4.aar.md5} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3.aar.sha1 → 2.1.4/expo.modules.image-2.1.4.aar.sha1} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3.aar.sha256 → 2.1.4/expo.modules.image-2.1.4.aar.sha256} +0 -0
- /package/local-maven-repo/BareExpo/expo.modules.image/{2.1.3/expo.modules.image-2.1.3.aar.sha512 → 2.1.4/expo.modules.image-2.1.4.aar.sha512} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,13 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 2.1.4 — 2025-04-14
|
|
14
|
+
|
|
15
|
+
### 🐛 Bug fixes
|
|
16
|
+
|
|
17
|
+
- Fixed SVG image tinting on iOS. ([#35927](https://github.com/expo/expo/pull/35927) by [@kudo](https://github.com/kudo))
|
|
18
|
+
- [Android] Fixed OutOfMemoryError crash when displaying some gif images ([#36097](https://github.com/expo/expo/pull/36097) by [@rahimrahman](https://github.com/rahimrahman))
|
|
19
|
+
|
|
13
20
|
## 2.1.3 — 2025-04-11
|
|
14
21
|
|
|
15
22
|
_This version does not introduce any user-facing changes._
|
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.4"
|
|
12
12
|
consumerProguardFiles("proguard-rules.pro")
|
|
13
13
|
|
|
14
14
|
buildConfigField("boolean", "ALLOW_GLIDE_LOGS", project.properties.get("EXPO_ALLOW_GLIDE_LOGS", "false"))
|
|
@@ -34,7 +34,7 @@ dependencies {
|
|
|
34
34
|
kapt "com.github.bumptech.glide:compiler:${GLIDE_VERSION}"
|
|
35
35
|
api 'com.caverock:androidsvg-aar:1.4'
|
|
36
36
|
|
|
37
|
-
implementation "com.github.penfeizhou.android.animation:glide-plugin:3.0.
|
|
37
|
+
implementation "com.github.penfeizhou.android.animation:glide-plugin:3.0.3"
|
|
38
38
|
implementation "com.github.bumptech.glide:avif-integration:${GLIDE_VERSION}"
|
|
39
39
|
|
|
40
40
|
api 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
|
package/build/ExpoImage.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { NativeSyntheticEvent } from 'react-native';
|
|
3
3
|
import { ImageErrorEventData, ImageLoadEventData, ImageNativeProps, ImageProgressEventData } from './Image.types';
|
|
4
4
|
declare class ExpoImage extends React.PureComponent<ImageNativeProps> {
|
|
5
|
+
startAnimating: () => Promise<unknown> | unknown;
|
|
6
|
+
stopAnimating: () => Promise<unknown> | unknown;
|
|
5
7
|
onLoadStart: () => void;
|
|
6
8
|
onLoad: (event: NativeSyntheticEvent<ImageLoadEventData>) => void;
|
|
7
9
|
onProgress: (event: NativeSyntheticEvent<ImageProgressEventData>) => void;
|
package/build/ExpoImage.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExpoImage.d.ts","sourceRoot":"","sources":["../src/ExpoImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,oBAAoB,EAAsC,MAAM,cAAc,CAAC;AAExF,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACvB,MAAM,eAAe,CAAC;AAkBvB,cAAM,SAAU,SAAQ,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"ExpoImage.d.ts","sourceRoot":"","sources":["../src/ExpoImage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,oBAAoB,EAAsC,MAAM,cAAc,CAAC;AAExF,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACvB,MAAM,eAAe,CAAC;AAkBvB,cAAM,SAAU,SAAQ,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;IAE3D,cAAc,EAAG,MAAM,OAAO,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC;IAClD,aAAa,EAAG,MAAM,OAAO,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC;IAEjD,WAAW,aAET;IAEF,MAAM,GAAI,OAAO,oBAAoB,CAAC,kBAAkB,CAAC,UAGvD;IAEF,UAAU,GAAI,OAAO,oBAAoB,CAAC,sBAAsB,CAAC,UAE/D;IAEF,OAAO,GAAI,OAAO,oBAAoB,CAAC,mBAAmB,CAAC,UAGzD;IAEF,SAAS,aAEP;IAEF,MAAM;CAgEP;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExpoImage.web.d.ts","sourceRoot":"","sources":["../src/ExpoImage.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ExpoImage.web.d.ts","sourceRoot":"","sources":["../src/ExpoImage.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,gBAAgB,EAA6C,MAAM,eAAe,CAAC;AAsDjG,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAChC,MAAM,EACN,WAAW,EACX,UAAU,EACV,eAAe,EACf,qBAAqB,EACrB,WAAW,EACX,MAAM,EACN,UAAU,EACV,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,KAAK,EACL,aAAa,EACb,kBAAkB,EAClB,SAAS,EACT,gBAAgB,EAChB,GAAG,KAAK,EACT,EAAE,gBAAgB,qBA0FlB"}
|
package/build/Image.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { type View } from 'react-native';
|
|
3
|
+
import ExpoImage from './ExpoImage';
|
|
2
4
|
import { ImageLoadOptions, ImagePrefetchOptions, ImageProps, ImageRef, ImageSource } from './Image.types';
|
|
3
5
|
export declare class Image extends React.PureComponent<ImageProps> {
|
|
4
|
-
nativeViewRef:
|
|
5
|
-
containerViewRef:
|
|
6
|
-
constructor(props:
|
|
7
|
-
getAnimatableRef: () =>
|
|
6
|
+
nativeViewRef: React.RefObject<ExpoImage | null>;
|
|
7
|
+
containerViewRef: React.RefObject<View | null>;
|
|
8
|
+
constructor(props: ImageProps);
|
|
9
|
+
getAnimatableRef: () => View | this | null;
|
|
8
10
|
/**
|
|
9
11
|
* @hidden
|
|
10
12
|
*/
|
package/build/Image.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../src/Image.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../src/Image.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,IAAI,EAAE,MAAM,cAAc,CAAC;AAErD,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,UAAU,EACV,QAAQ,EACR,WAAW,EACZ,MAAM,eAAe,CAAC;AAQvB,qBAAa,KAAM,SAAQ,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC;IACxD,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC,SAAS,GAAG,IAAI,CAAC,CAAC;IACjD,gBAAgB,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;gBAEnC,KAAK,EAAE,UAAU;IAO7B,gBAAgB,2BAMd;IAEF;;OAEG;IACH,MAAM,CAAC,KAAK,kBAAqB;IAEjC;;;;;;;;;;OAUG;WACU,QAAQ,CACnB,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,EACvB,WAAW,CAAC,EAAE,oBAAoB,CAAC,aAAa,CAAC,GAChD,OAAO,CAAC,OAAO,CAAC;IACnB;;;;;;;;;;OAUG;WACU,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC;IAoBhG;;;;;;;OAOG;WACU,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC;IAIjD;;;;;;;OAOG;WACU,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;IAI/C;;;;;;;;;OASG;WACU,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAIxE;;;;;;;OAOG;WACU,qBAAqB,CAChC,GAAG,EAAE,MAAM,EACX,kBAAkB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,GACvE,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAIzB;;;;OAIG;IACG,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IAIrC;;;;OAIG;IACG,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAIpC;;;;;;OAMG;WACU,SAAS,CACpB,MAAM,EAAE,WAAW,GAAG,MAAM,EAC5B,OAAO,CAAC,EAAE,gBAAgB,GACzB,OAAO,CAAC,QAAQ,CAAC;IAKpB,MAAM;CA6CP"}
|
package/build/Image.types.d.ts
CHANGED
|
@@ -16,12 +16,12 @@ export type ImageSource = {
|
|
|
16
16
|
* Can be specified if known at build time, in which case the value
|
|
17
17
|
* will be used to set the default `<Image/>` component dimension.
|
|
18
18
|
*/
|
|
19
|
-
width?: number;
|
|
19
|
+
width?: number | null;
|
|
20
20
|
/**
|
|
21
21
|
* Can be specified if known at build time, in which case the value
|
|
22
22
|
* will be used to set the default `<Image/>` component dimension.
|
|
23
23
|
*/
|
|
24
|
-
height?: number;
|
|
24
|
+
height?: number | null;
|
|
25
25
|
/**
|
|
26
26
|
* A string used to generate the image [`placeholder`](#placeholder). For example,
|
|
27
27
|
* `placeholder={blurhash}`. If `uri` is provided as the value of the `source` prop,
|
|
@@ -326,8 +326,8 @@ export interface ImageNativeProps extends ImageProps {
|
|
|
326
326
|
contentPosition?: ImageContentPositionObject;
|
|
327
327
|
transition?: ImageTransition | null;
|
|
328
328
|
autoplay?: boolean;
|
|
329
|
-
nativeViewRef?: React.RefObject<ExpoImage>;
|
|
330
|
-
containerViewRef?: React.RefObject<View>;
|
|
329
|
+
nativeViewRef?: React.RefObject<ExpoImage | null>;
|
|
330
|
+
containerViewRef?: React.RefObject<View | null>;
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* A value that represents the relative position of a single axis.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.types.d.ts","sourceRoot":"","sources":["../src/Image.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AACnE,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEjG,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,MAAM,MAAM,WAAW,GAAG;IACxB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Image.types.d.ts","sourceRoot":"","sources":["../src/Image.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ import type { ImageNativeModule, ImageRef, ImageSource } from './Image.types';
|
|
|
3
3
|
declare class ImageModule extends NativeModule implements ImageNativeModule {
|
|
4
4
|
static name: string;
|
|
5
5
|
Image: typeof ImageRef;
|
|
6
|
-
prefetch(urls: string | string[], _:
|
|
6
|
+
prefetch(urls: string | string[], _: unknown, __: unknown): Promise<boolean>;
|
|
7
7
|
clearMemoryCache(): Promise<boolean>;
|
|
8
8
|
clearDiskCache(): Promise<boolean>;
|
|
9
9
|
loadAsync(source: ImageSource): Promise<ImageRef>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageModule.web.d.ts","sourceRoot":"","sources":["../src/ImageModule.web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAqB,MAAM,mBAAmB,CAAC;AAEpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG9E,cAAM,WAAY,SAAQ,YAAa,YAAW,iBAAiB;IAGjE,MAAM,CAAC,IAAI,SAAe;IAE1B,KAAK,EAAE,OAAO,QAAQ,CAAe;IAE/B,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"ImageModule.web.d.ts","sourceRoot":"","sources":["../src/ImageModule.web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAqB,MAAM,mBAAmB,CAAC;AAEpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG9E,cAAM,WAAY,SAAQ,YAAa,YAAW,iBAAiB;IAGjE,MAAM,CAAC,IAAI,SAAe;IAE1B,KAAK,EAAE,OAAO,QAAQ,CAAe;IAE/B,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;IAqB5E,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC;IAIpC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;IAIlC,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,QAAQ,CAAC;CAuBxD;;AAeD,wBAA2D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useBlurhash.d.ts","sourceRoot":"","sources":["../../../src/utils/blurhash/useBlurhash.tsx"],"names":[],"mappings":"AAiBA,wBAAgB,WAAW,CACzB,QAAQ,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"useBlurhash.d.ts","sourceRoot":"","sources":["../../../src/utils/blurhash/useBlurhash.tsx"],"names":[],"mappings":"AAiBA,wBAAgB,WAAW,CACzB,QAAQ,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,GAAG,SAAS,GAAG,IAAI,EAC5F,KAAK,GAAE,MAAU;;wBAiElB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimationManager.d.ts","sourceRoot":"","sources":["../../src/web/AnimationManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,KAAK,SAAS,GAAG;IACf,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;IAC9B,mBAAmB,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;IAC1C,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,GAAG,EAAE,MAAM;IACX,cAAc,EAAE,CACd,WAAW,EAAE,WAAW,CAAC,SAAS,CAAC,KAChC,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,aAAa,KAAK,KAAK,CAAC,YAAY;CAC3E,CAAC;AAgDF,wBAAgB,yBAAyB,CAAC,UAAU,EAAE,eAAe,GAAG,IAAI,GAAG,SAAS;;;;;;;;;;;;;;;;SA+BvF;AAUD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,QAAQ,EAAE,cAAc,EACxB,OAAO,EACP,UAAU,EACV,YAAY,GACb,EAAE;IACD,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,OAAO,EAAE,oBAAoB,GAAG,IAAI,CAAC;IACrC,UAAU,EAAE,eAAe,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,
|
|
1
|
+
{"version":3,"file":"AnimationManager.d.ts","sourceRoot":"","sources":["../../src/web/AnimationManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,KAAK,SAAS,GAAG;IACf,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;IAC9B,mBAAmB,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;IAC1C,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,GAAG,EAAE,MAAM;IACX,cAAc,EAAE,CACd,WAAW,EAAE,WAAW,CAAC,SAAS,CAAC,KAChC,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,aAAa,KAAK,KAAK,CAAC,YAAY;CAC3E,CAAC;AAgDF,wBAAgB,yBAAyB,CAAC,UAAU,EAAE,eAAe,GAAG,IAAI,GAAG,SAAS;;;;;;;;;;;;;;;;SA+BvF;AAUD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,QAAQ,EAAE,cAAc,EACxB,OAAO,EACP,UAAU,EACV,YAAY,GACb,EAAE;IACD,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,OAAO,EAAE,oBAAoB,GAAG,IAAI,CAAC;IACrC,UAAU,EAAE,eAAe,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC1C,qBAmHA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { SyntheticEvent } from 'react';
|
|
2
|
+
import type { ImageWrapperEvents } from './ImageWrapper.types';
|
|
3
|
+
import type { ImageSource } from '../Image.types';
|
|
3
4
|
export declare function getImageWrapperEventHandler(events: ImageWrapperEvents | undefined, source: ImageSource): {
|
|
4
|
-
onLoad: (event:
|
|
5
|
+
onLoad: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
|
|
5
6
|
onTransitionEnd: () => void | undefined;
|
|
6
7
|
onError: () => void;
|
|
7
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getImageWrapperEventHandler.d.ts","sourceRoot":"","sources":["../../src/web/getImageWrapperEventHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"getImageWrapperEventHandler.d.ts","sourceRoot":"","sources":["../../src/web/getImageWrapperEventHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,wBAAgB,2BAA2B,CACzC,MAAM,EAAE,kBAAkB,GAAG,SAAS,EACtC,MAAM,EAAE,WAAW;oBAGD,cAAc,CAAC,gBAAgB,EAAE,KAAK,CAAC;;;EAmB1D"}
|
package/expo-module.config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"component": {
|
|
4
4
|
"group": "BareExpo",
|
|
5
5
|
"module": "expo.modules.image",
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.4",
|
|
7
7
|
"attributes": {
|
|
8
8
|
"org.gradle.status": "release"
|
|
9
9
|
}
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
],
|
|
55
55
|
"files": [
|
|
56
56
|
{
|
|
57
|
-
"name": "expo.modules.image-2.1.
|
|
58
|
-
"url": "expo.modules.image-2.1.
|
|
57
|
+
"name": "expo.modules.image-2.1.4.aar",
|
|
58
|
+
"url": "expo.modules.image-2.1.4.aar",
|
|
59
59
|
"size": 269853,
|
|
60
60
|
"sha512": "f89e12c83f5e72e6f289f678337bd632294e6263e447e5a48bfccc820e0ef237c52134d73c76835decc8056aae3f183f4408d70cebf4464f936eb2ccabd8db7c",
|
|
61
61
|
"sha256": "2c7805e9fe5e7ad9251aab7616edc054fef760eb75b55fe1422ed1f0ffb7f00c",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"group": "com.github.penfeizhou.android.animation",
|
|
89
89
|
"module": "glide-plugin",
|
|
90
90
|
"version": {
|
|
91
|
-
"requires": "3.0.
|
|
91
|
+
"requires": "3.0.3"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
{
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
],
|
|
144
144
|
"files": [
|
|
145
145
|
{
|
|
146
|
-
"name": "expo.modules.image-2.1.
|
|
147
|
-
"url": "expo.modules.image-2.1.
|
|
146
|
+
"name": "expo.modules.image-2.1.4.aar",
|
|
147
|
+
"url": "expo.modules.image-2.1.4.aar",
|
|
148
148
|
"size": 269853,
|
|
149
149
|
"sha512": "f89e12c83f5e72e6f289f678337bd632294e6263e447e5a48bfccc820e0ef237c52134d73c76835decc8056aae3f183f4408d70cebf4464f936eb2ccabd8db7c",
|
|
150
150
|
"sha256": "2c7805e9fe5e7ad9251aab7616edc054fef760eb75b55fe1422ed1f0ffb7f00c",
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
},
|
|
164
164
|
"files": [
|
|
165
165
|
{
|
|
166
|
-
"name": "expo.modules.image-2.1.
|
|
167
|
-
"url": "expo.modules.image-2.1.
|
|
166
|
+
"name": "expo.modules.image-2.1.4-sources.jar",
|
|
167
|
+
"url": "expo.modules.image-2.1.4-sources.jar",
|
|
168
168
|
"size": 64110,
|
|
169
169
|
"sha512": "5d1fc9c3a00f43d3618f1f48a268405ba6409a77afea3d453662a4b4e2713bc06671498dedf70d47c558dc5bfd0aeff36960522d62c4c568321a270b978b9530",
|
|
170
170
|
"sha256": "b10d135169587ddca802d9c2d5ce8cc9f0aec39651d011c335fc7fae0724d4cc",
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.md5
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
282950fdbfc78b18a9938be789f45605
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.sha1
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
88a942399ee1d582d81656ecf385dba36ae91fcf
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.sha256
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4fc138accf92fdb24e674ee9312a1384812084bc1c9d59ee47a10c6b18585840
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.module.sha512
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d8f19e1e5ac59713393574ad27714b8bd77e0a99b063cf3b4a83f869549604b4bb8592d320af41bd7a03fce21d2f3797ad6558a6a6784bebbe79c190a1bc17a9
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<modelVersion>4.0.0</modelVersion>
|
|
10
10
|
<groupId>BareExpo</groupId>
|
|
11
11
|
<artifactId>expo.modules.image</artifactId>
|
|
12
|
-
<version>2.1.
|
|
12
|
+
<version>2.1.4</version>
|
|
13
13
|
<packaging>aar</packaging>
|
|
14
14
|
<name>expo.modules.image</name>
|
|
15
15
|
<url>https://github.com/expo/expo</url>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<dependency>
|
|
64
64
|
<groupId>com.github.penfeizhou.android.animation</groupId>
|
|
65
65
|
<artifactId>glide-plugin</artifactId>
|
|
66
|
-
<version>3.0.
|
|
66
|
+
<version>3.0.3</version>
|
|
67
67
|
<scope>runtime</scope>
|
|
68
68
|
</dependency>
|
|
69
69
|
<dependency>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a1cc5fcca575ae0c11d88eb155055488
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
aefd6becb1814b6e0c9d9889128e768ef19067d6
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.pom.sha256
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9c49721c854dfb899e824f3e8560b32895a898d1ad74414420db43f06bb647ee
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.4/expo.modules.image-2.1.4.pom.sha512
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a038e14218a4d92398968841ea739b3a48bba504c93139c58f9881cd42103119d64814f58bdee8209fc45da9d4eb6f10fbc58f64fcb71a2ec954bec03171ba2c
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<groupId>BareExpo</groupId>
|
|
4
4
|
<artifactId>expo.modules.image</artifactId>
|
|
5
5
|
<versioning>
|
|
6
|
-
<latest>2.1.
|
|
7
|
-
<release>2.1.
|
|
6
|
+
<latest>2.1.4</latest>
|
|
7
|
+
<release>2.1.4</release>
|
|
8
8
|
<versions>
|
|
9
|
-
<version>2.1.
|
|
9
|
+
<version>2.1.4</version>
|
|
10
10
|
</versions>
|
|
11
|
-
<lastUpdated>
|
|
11
|
+
<lastUpdated>20250414184120</lastUpdated>
|
|
12
12
|
</versioning>
|
|
13
13
|
</metadata>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0c549cf4e9feeedc2b4217df3f45c224
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e02f26d54727e3d3dfe531877f4aaf4e8377f88e
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f6d5ebdc736d2f00e2ed0231dc8471294fc7edd5e6b3cb5e7ba3f987a7222074
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
fc2ee39ba7a10ec9e39610edd251491468764c85a7b4df8f5a4b8a903e0bda5d0c475f909174b9908c96e6069d52e2b8d5b9147da57acb1ee9778805d26b2dc6
|
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.4",
|
|
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,7 +28,7 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"expo-module-scripts": "^4.1.
|
|
31
|
+
"expo-module-scripts": "^4.1.2"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"expo": "*",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"optional": true
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "335e9312f5caf634097354a230f0d4bbbfb9b0ba"
|
|
45
45
|
}
|
package/src/ExpoImage.tsx
CHANGED
|
@@ -26,6 +26,10 @@ function withDeprecatedNativeEvent<NativeEvent>(
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
class ExpoImage extends React.PureComponent<ImageNativeProps> {
|
|
29
|
+
// NOTE(@kitten): native methods
|
|
30
|
+
startAnimating!: () => Promise<unknown> | unknown;
|
|
31
|
+
stopAnimating!: () => Promise<unknown> | unknown;
|
|
32
|
+
|
|
29
33
|
onLoadStart = () => {
|
|
30
34
|
this.props.onLoadStart?.();
|
|
31
35
|
};
|
package/src/ExpoImage.web.tsx
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
// TODO(@kitten): We shouldn't be importing all of react-native-web or rely on it for a web module in this way optimally
|
|
2
3
|
import { View } from 'react-native-web';
|
|
3
4
|
|
|
4
5
|
import type { ImageNativeProps, ImageSource, ImageLoadEventData, ImageRef } from './Image.types';
|
|
@@ -85,20 +86,22 @@ export default function ExpoImage({
|
|
|
85
86
|
const selectedSource = useSourceSelection(
|
|
86
87
|
source,
|
|
87
88
|
responsivePolicy,
|
|
88
|
-
// @
|
|
89
|
+
// TODO(@vonovak): this cast is a workaround
|
|
89
90
|
containerViewRef as React.RefObject<HTMLDivElement | null>,
|
|
90
91
|
isFlipTransition(transition) ? setCssVariablesForFlipTransitions : null
|
|
91
92
|
);
|
|
92
93
|
|
|
93
|
-
|
|
94
|
-
const
|
|
94
|
+
// TODO(@kitten): This should narrow before accessing `placeholder?.[0]`
|
|
95
|
+
const firstPlaceholder = (placeholder as (typeof placeholder & ImageSource[]) | undefined)?.[0];
|
|
96
|
+
const initialNodeAnimationKey = getAnimationKey(firstPlaceholder, recyclingKey);
|
|
97
|
+
const initialNode: AnimationManagerNode | null = firstPlaceholder?.uri
|
|
95
98
|
? [
|
|
96
99
|
initialNodeAnimationKey,
|
|
97
100
|
({ onAnimationFinished }) =>
|
|
98
101
|
(className, style) => (
|
|
99
102
|
<ImageWrapper
|
|
100
103
|
ref={nativeViewRef as React.Ref<HTMLImageElement> | undefined}
|
|
101
|
-
source={
|
|
104
|
+
source={firstPlaceholder}
|
|
102
105
|
style={{
|
|
103
106
|
objectFit: imagePlaceholderContentFit,
|
|
104
107
|
...(blurRadius ? { filter: `blur(${blurRadius}px)` } : {}),
|
|
@@ -120,14 +123,16 @@ export default function ExpoImage({
|
|
|
120
123
|
]
|
|
121
124
|
: null;
|
|
122
125
|
|
|
123
|
-
|
|
126
|
+
// @ts-expect-error: TODO(@kitten): This was implicitly cast to `any`, but with correct types this is now a mismatch
|
|
127
|
+
const currentNodeAnimationKey = getAnimationKey(selectedSource ?? firstPlaceholder, recyclingKey);
|
|
124
128
|
const currentNode: AnimationManagerNode = [
|
|
125
129
|
currentNodeAnimationKey,
|
|
126
130
|
({ onAnimationFinished, onReady, onMount, onError: onErrorInner }) =>
|
|
127
131
|
(className, style) => (
|
|
128
132
|
<ImageWrapper
|
|
129
133
|
ref={nativeViewRef as React.Ref<HTMLImageElement> | undefined}
|
|
130
|
-
|
|
134
|
+
// @ts-expect-error: TODO(@kitten): This was implicitly cast to `any`, but with correct types this is now a mismatch
|
|
135
|
+
source={selectedSource || firstPlaceholder}
|
|
131
136
|
events={{
|
|
132
137
|
onError: [onErrorAdapter(onError), onLoadEnd, onErrorInner],
|
|
133
138
|
onLoad: [onLoadAdapter(onLoad), onLoadEnd, onReady],
|
|
@@ -154,6 +159,7 @@ export default function ExpoImage({
|
|
|
154
159
|
return (
|
|
155
160
|
<View
|
|
156
161
|
ref={containerViewRef}
|
|
162
|
+
// @ts-expect-error: TODO(@kitten): This is related to react-native-web presumably
|
|
157
163
|
dataSet={{ expoimage: true }}
|
|
158
164
|
style={[{ overflow: 'hidden' }, style]}
|
|
159
165
|
{...props}>
|
package/src/Image.tsx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { Platform, createSnapshotFriendlyRef } from 'expo-modules-core';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { StyleSheet } from 'react-native';
|
|
5
|
+
import { StyleSheet, type View } from 'react-native';
|
|
6
6
|
|
|
7
7
|
import ExpoImage from './ExpoImage';
|
|
8
8
|
import {
|
|
@@ -20,9 +20,10 @@ let loggedDefaultSourceDeprecationWarning = false;
|
|
|
20
20
|
let loggedRenderingChildrenWarning = false;
|
|
21
21
|
|
|
22
22
|
export class Image extends React.PureComponent<ImageProps> {
|
|
23
|
-
nativeViewRef
|
|
24
|
-
containerViewRef
|
|
25
|
-
|
|
23
|
+
nativeViewRef: React.RefObject<ExpoImage | null>;
|
|
24
|
+
containerViewRef: React.RefObject<View | null>;
|
|
25
|
+
|
|
26
|
+
constructor(props: ImageProps) {
|
|
26
27
|
super(props);
|
|
27
28
|
this.nativeViewRef = createSnapshotFriendlyRef();
|
|
28
29
|
this.containerViewRef = createSnapshotFriendlyRef();
|
|
@@ -147,7 +148,7 @@ export class Image extends React.PureComponent<ImageProps> {
|
|
|
147
148
|
* @platform ios
|
|
148
149
|
*/
|
|
149
150
|
async startAnimating(): Promise<void> {
|
|
150
|
-
await this.nativeViewRef.current
|
|
151
|
+
await this.nativeViewRef.current?.startAnimating();
|
|
151
152
|
}
|
|
152
153
|
|
|
153
154
|
/**
|
|
@@ -156,7 +157,7 @@ export class Image extends React.PureComponent<ImageProps> {
|
|
|
156
157
|
* @platform ios
|
|
157
158
|
*/
|
|
158
159
|
async stopAnimating(): Promise<void> {
|
|
159
|
-
await this.nativeViewRef.current
|
|
160
|
+
await this.nativeViewRef.current?.stopAnimating();
|
|
160
161
|
}
|
|
161
162
|
|
|
162
163
|
/**
|
package/src/Image.types.ts
CHANGED
|
@@ -18,12 +18,12 @@ export type ImageSource = {
|
|
|
18
18
|
* Can be specified if known at build time, in which case the value
|
|
19
19
|
* will be used to set the default `<Image/>` component dimension.
|
|
20
20
|
*/
|
|
21
|
-
width?: number;
|
|
21
|
+
width?: number | null;
|
|
22
22
|
/**
|
|
23
23
|
* Can be specified if known at build time, in which case the value
|
|
24
24
|
* will be used to set the default `<Image/>` component dimension.
|
|
25
25
|
*/
|
|
26
|
-
height?: number;
|
|
26
|
+
height?: number | null;
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* A string used to generate the image [`placeholder`](#placeholder). For example,
|
|
@@ -376,8 +376,8 @@ export interface ImageNativeProps extends ImageProps {
|
|
|
376
376
|
contentPosition?: ImageContentPositionObject;
|
|
377
377
|
transition?: ImageTransition | null;
|
|
378
378
|
autoplay?: boolean;
|
|
379
|
-
nativeViewRef?: React.RefObject<ExpoImage>;
|
|
380
|
-
containerViewRef?: React.RefObject<View>;
|
|
379
|
+
nativeViewRef?: React.RefObject<ExpoImage | null>;
|
|
380
|
+
containerViewRef?: React.RefObject<View | null>;
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
/**
|
package/src/ImageModule.web.ts
CHANGED
|
@@ -10,7 +10,7 @@ class ImageModule extends NativeModule implements ImageNativeModule {
|
|
|
10
10
|
|
|
11
11
|
Image: typeof ImageRef = ImageRefWeb;
|
|
12
12
|
|
|
13
|
-
async prefetch(urls: string | string[], _, __): Promise<boolean> {
|
|
13
|
+
async prefetch(urls: string | string[], _: unknown, __: unknown): Promise<boolean> {
|
|
14
14
|
const urlsArray = Array.isArray(urls) ? urls : [urls];
|
|
15
15
|
|
|
16
16
|
return new Promise<boolean>((resolve) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/// <reference path="../../../expo-asset/src/ts-declarations/react-native-assets.d.ts" />
|
|
@@ -11,7 +11,7 @@ export type ResolvedAssetSource = {
|
|
|
11
11
|
};
|
|
12
12
|
|
|
13
13
|
// Returns the Metro dev server-specific asset location.
|
|
14
|
-
function getScaledAssetPath(asset): string {
|
|
14
|
+
function getScaledAssetPath(asset: PackagerAsset): string {
|
|
15
15
|
const scale = AssetSourceResolver.pickScale(asset.scales, PixelRatio.get());
|
|
16
16
|
const scaleSuffix = scale === 1 ? '' : '@' + scale + 'x';
|
|
17
17
|
const type = !asset.type ? '' : `.${asset.type}`;
|
|
@@ -27,7 +27,7 @@ const validateBlurhash = (blurhash: string) => {
|
|
|
27
27
|
export const isBlurhashValid = (blurhash: string): { result: boolean; errorReason?: string } => {
|
|
28
28
|
try {
|
|
29
29
|
validateBlurhash(blurhash);
|
|
30
|
-
} catch (error) {
|
|
30
|
+
} catch (error: any) {
|
|
31
31
|
return { result: false, errorReason: error.message };
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -16,7 +16,7 @@ const DEFAULT_SIZE = {
|
|
|
16
16
|
const scaleRatio = 10;
|
|
17
17
|
|
|
18
18
|
export function useBlurhash(
|
|
19
|
-
blurhash: { uri?: string; width?: number; height?: number } | undefined | null,
|
|
19
|
+
blurhash: { uri?: string; width?: number | null; height?: number | null } | undefined | null,
|
|
20
20
|
punch: number = 1
|
|
21
21
|
) {
|
|
22
22
|
punch = punch || 1;
|
|
@@ -2,7 +2,7 @@ import { getAssetByID } from '@react-native/assets-registry/registry';
|
|
|
2
2
|
|
|
3
3
|
import AssetSourceResolver, { ResolvedAssetSource } from './AssetSourceResolver.web';
|
|
4
4
|
|
|
5
|
-
let _customSourceTransformer;
|
|
5
|
+
let _customSourceTransformer: undefined | ((resolver: AssetSourceResolver) => ResolvedAssetSource);
|
|
6
6
|
|
|
7
7
|
export function setCustomSourceTransformer(
|
|
8
8
|
transformer: (resolver: AssetSourceResolver) => ResolvedAssetSource
|
|
@@ -54,7 +54,7 @@ export function rgbaToThumbHash(w: number, h: number, rgba: Uint8Array) {
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
// Encode using the DCT into DC (constant) and normalized AC (varying) terms
|
|
57
|
-
const encodeChannel = (channel, nx, ny) => {
|
|
57
|
+
const encodeChannel = (channel: number[], nx: number, ny: number) => {
|
|
58
58
|
let dc = 0;
|
|
59
59
|
const ac: number[] = [];
|
|
60
60
|
let scale = 0;
|
|
@@ -142,7 +142,7 @@ export function thumbHashToRGBA(hash: Uint8Array) {
|
|
|
142
142
|
// Read the varying factors (boost saturation by 1.25x to compensate for quantization)
|
|
143
143
|
const ac_start = hasAlpha ? 6 : 5;
|
|
144
144
|
let ac_index = 0;
|
|
145
|
-
const decodeChannel = (nx, ny, scale) => {
|
|
145
|
+
const decodeChannel = (nx: number, ny: number, scale: number) => {
|
|
146
146
|
const ac: number[] = [];
|
|
147
147
|
for (let cy = 0; cy < ny; cy++)
|
|
148
148
|
for (let cx = cy ? 0 : 1; cx * ny < nx * (ny - cy); cx++)
|
|
@@ -154,7 +154,7 @@ export function thumbHashToRGBA(hash: Uint8Array) {
|
|
|
154
154
|
const l_ac = decodeChannel(lx, ly, l_scale);
|
|
155
155
|
const p_ac = decodeChannel(3, 3, p_scale * 1.25);
|
|
156
156
|
const q_ac = decodeChannel(3, 3, q_scale * 1.25);
|
|
157
|
-
const a_ac = hasAlpha
|
|
157
|
+
const a_ac = hasAlpha ? decodeChannel(5, 5, a_scale) : null;
|
|
158
158
|
|
|
159
159
|
// Decode using the DCT into RGB
|
|
160
160
|
const ratio = thumbHashToApproximateAspectRatio(hash);
|
|
@@ -194,7 +194,7 @@ export function thumbHashToRGBA(hash: Uint8Array) {
|
|
|
194
194
|
if (hasAlpha)
|
|
195
195
|
for (let cy = 0, j = 0; cy < 5; cy++)
|
|
196
196
|
for (let cx = cy ? 0 : 1, fy2 = fy[cy] * 2; cx < 5 - cy; cx++, j++)
|
|
197
|
-
a += a_ac[j] * fx[cx] * fy2;
|
|
197
|
+
a += a_ac![j] * fx[cx] * fy2;
|
|
198
198
|
|
|
199
199
|
// Convert to RGB
|
|
200
200
|
const b = l - (2 / 3) * p;
|
|
@@ -214,11 +214,18 @@ export default function AnimationManager({
|
|
|
214
214
|
<>
|
|
215
215
|
{[...nodes]
|
|
216
216
|
.filter((n) => n.status !== 'errored')
|
|
217
|
-
.map((n) =>
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
217
|
+
.map((n) => {
|
|
218
|
+
const status = n.status as keyof typeof classes & NodeStatus;
|
|
219
|
+
// TODO(@kitten): This creates impossible states!
|
|
220
|
+
// Ensure that the above type is either exhaustively reflected in this `map` so `className` sheds `undefined`,
|
|
221
|
+
// or retype the `MountedAnimationNode` function to accept `className: string | undefined`
|
|
222
|
+
const className = classes[status]!;
|
|
223
|
+
return (
|
|
224
|
+
<div className={animation?.containerClass} key={n.animationKey}>
|
|
225
|
+
{wrapNodeWithCallbacks(n)(className, styles)}
|
|
226
|
+
</div>
|
|
227
|
+
);
|
|
228
|
+
})}
|
|
222
229
|
</>
|
|
223
230
|
);
|
|
224
231
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import type { SyntheticEvent } from 'react';
|
|
2
|
+
|
|
3
|
+
import type { ImageWrapperEvents } from './ImageWrapper.types';
|
|
4
|
+
import type { ImageSource } from '../Image.types';
|
|
3
5
|
import { isBlurhashString } from '../utils/resolveSources';
|
|
4
6
|
|
|
5
7
|
export function getImageWrapperEventHandler(
|
|
@@ -7,7 +9,7 @@ export function getImageWrapperEventHandler(
|
|
|
7
9
|
source: ImageSource
|
|
8
10
|
) {
|
|
9
11
|
return {
|
|
10
|
-
onLoad: (event) => {
|
|
12
|
+
onLoad: (event: SyntheticEvent<HTMLImageElement, Event>) => {
|
|
11
13
|
events?.onLoad?.forEach((e) => e?.(event));
|
|
12
14
|
|
|
13
15
|
if (typeof window !== 'undefined') {
|
package/src/web/positioning.ts
CHANGED
|
@@ -36,7 +36,7 @@ export function getObjectPositionFromContentPositionObject(
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
return (
|
|
39
|
-
['top', 'bottom', 'left', 'right']
|
|
39
|
+
(['top', 'bottom', 'left', 'right'] as const)
|
|
40
40
|
.map((key) => {
|
|
41
41
|
if (key in resolvedPosition) {
|
|
42
42
|
return `${key} ${ensureValueIsWebUnits(resolvedPosition[key])}`;
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.md5
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a38d2b61c6087af435c760c9f6a5266b
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.sha1
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2bbef2087f091fd9e8ff8a612caa148efa613ea1
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.sha256
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1b47fb921b1a39c94ce91c9676fda5f2834b809414209ad398efe967d09627e9
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.module.sha512
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
6c6b9f17419ef21959b1d62226f6df8c348df9d8deb636aa0200adf10349dfc04375ff19a063549cf21fe6a3d25dbc2d5809300300a9f95a4e16e3ca44838ca9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3eb30e665a3ea4b34418028a97bf010d
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.pom.sha1
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f2bd499bfcecd3ec2d3621075ff54e5e67d98319
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.pom.sha256
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
6c0a230707ef8e62ded3290aa527173b90ec8716e0ff80a5d8892a562ad83521
|
package/local-maven-repo/BareExpo/expo.modules.image/2.1.3/expo.modules.image-2.1.3.pom.sha512
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f240db9030b2c3d46935a98e3a91f4c8543df3d881e86ea27feebe1500e83c8cdb94594e5537da02bfc2ad93053f021d2cdaed4122a3c06c72dc3ca3b0dca793
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|