-
Notifications
You must be signed in to change notification settings - Fork 126
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image size not working on web #1429
Comments
Thanks for reporting, we will have a look! |
@mathis-kdio I couldn't reproduce this in expo application. Can you please provide me an expo repository with error producible code? |
here an example. If you change xl to sm, the image doesn't change size on the web, but it does on Android. |
@mathis-kdio Can you try creating an expo application. For some reason, it is not working on expo-snack. We will anyway make it working on expo-snack as well. |
Is it possible that this is caused by the GlueStack using React Native's Image component instead of Expo's Image? https://github.com/gluestack/gluestack-ui/blob/main/packages/themed/src/components/Image/styled-components/Root.tsx#L1 |
This issue is fixed in |
Description
The "size" property doesn't seem to work on the web with expo
CodeSandbox/Snack link
No response
Steps to reproduce
gluestack-ui Version
1.0.19
Platform
Other Platform
No response
Additional Information
The text was updated successfully, but these errors were encountered: