Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.7k
fix(android): Setting String Value to Width And Height#10668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
fix(android): Setting String Value to Width And Height#10668
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CatchABus commentedJan 17, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Let me point out that this looks like a requested feature. Few things to point out:
|
@CatchABus Strings should use single quotes, as per the coding conventions outlinedhere. I'll fix it accordingly. |
PR Checklist
What is the current behavior?
Currently, when a string value is assigned to the width or height property of ImageAssetOptions, an error occurs on Android. This issue prevents users from specifying these properties as strings, which can be problematic in scenarios where string-based dimensions are used.
What is the new behavior?
With this update, assigning a string value to the width or height property of ImageAssetOptions no longer results in an error on Android. The system now properly handles string-based dimensions, providing a more flexible and consistent experience for users.
Fixes/Implements/Closes#6289 .