You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With React Native, they can automatically pull @1x, @2x, and @3x images depending on the device, automatically. With web, that support comes in the form of having a default src and following that up with srcset, which contains additional sizes or pixel densities for the browser to use. That would be very helpful to have!
The text was updated successfully, but these errors were encountered:
necolas
changed the title
Add support for srcsets
Image: add support for srcsets
Aug 26, 2016
With React Native, they can automatically pull @1x, @2x, and @3x images depending on the device, automatically. With web, that support comes in the form of having a default src and following that up with srcset, which contains additional sizes or pixel densities for the browser to use. That would be very helpful to have!
The text was updated successfully, but these errors were encountered: