Created from discussion on https://github.com/expo/expo/pull/30247.
Starting with iOS 18, Apple added the option for users to change the style of their Home Screen icons with the following styles:
  • Light (default, the only option for iOS 17 and below)
  • Dark (a transparent icon superimposed on a system-provided dark gradient background)
  • Tinted (a grayscale icon where white is mapped to the user-chosen tint color, and black is combined with the same system-provided dark gradient background as Dark icons)
Please allow Expo users to provide all three variants.