microsoft / microsoft/react-native-windows
Support Image Request Params like blurRadius, Tag in new architecture Fabric
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
It is related to addition of new API requestImage that passes ImageParams. The task is to implement the prop behaviour from requestImage API.
PR: https://github.com/microsoft/react-native-windows/pull/14494
File and API: https://github.com/anupriya13/react-native-windows/blob/b4ed710443a4ed8a4c39b57a56c37c7de5b3c814/vnext/Microsoft.ReactNative/Fabric/WindowsImageManager.cpp#L208
It also includes Tag and other future ImageRequestParams that might come
Related issue https://github.com/microsoft/react-native-windows/issues/14216
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with vnext/Microsoft.ReactNative/Fabric/WindowsImageManager.cpp around line 208 and compare the requestImage API and ImageParams changes in PR #14494. Trace how Fabric image props reach requestImage, using related issue #14216 for context. Done means the requested blurRadius, Tag, and other stated ImageRequestParams affect image requests in the new architecture.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, react-native
- Domain
- desktop, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100