Skip to content

fix(android): update view imageSource when image is set asynchronously#11215

Draft
CatchABus wants to merge 1 commit into
NativeScript:mainfrom
CatchABus:ref/android-image-async
Draft

fix(android): update view imageSource when image is set asynchronously#11215
CatchABus wants to merge 1 commit into
NativeScript:mainfrom
CatchABus:ref/android-image-async

Conversation

@CatchABus
Copy link
Copy Markdown
Contributor

@CatchABus CatchABus commented May 12, 2026

PR Checklist

What is the current behavior?

Right now, android Image view fetches a new image without updating the imageSource prop on JS side.

What is the new behavior?

Android Image will update the imageSource prop on JS side when fetching a new image.
This will improve consistency between platforms.

Fixes #6035

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented May 12, 2026

View your CI Pipeline Execution ↗ for commit e9c809d

Command Status Duration Result
nx test apps-automated -c=android ✅ Succeeded 3m 39s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded 3s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-12 20:02:15 UTC

@CatchABus CatchABus force-pushed the ref/android-image-async branch from e9c809d to 8a0e88f Compare May 12, 2026 19:55
@CatchABus CatchABus marked this pull request as ready for review May 12, 2026 21:13
@CatchABus CatchABus marked this pull request as draft May 12, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[android] Image's imageSource property is undefined

2 participants