-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: support height
and width
on source
#10
Comments
I wonder if we could write an image loader that automatically includes this information for static assets, rather than just returning a URL string |
I have thought about that too! |
The issue to create a new webpack loader is #237. Would appreciate someone taking it on. |
Adds support for 'width' and 'height' set via the 'source' property. Emulates RN image layout (i.e., no dimensions by default). Fix #10
Fix: Safari Keyboard open/close viewport height update
If dimensions are provided they can be used to determine the aspect ratio and layout the
Image
before it is downloaded.The text was updated successfully, but these errors were encountered: