maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Research How to Properly Handle Images (1x, 2x, 3x etc) in Expo #10

Open maxmagee opened 6 years ago

maxmagee commented 6 years ago

If I recall correctly, for iOS development, we had to specify qualifiers such as @1x, @2x to indicate that that specific image should be used for certain devices.

It's currently unclear to me how we're supposed to manage images in Expo as well as what image file size is expected / appropriate.