Marked as helpful by the asker
Use expo-image with placeholder={blurhash} and transition={200}, and set explicit width/height so layout does not shift. The white flash is the Image component mounting with no source dimensions; blurhash gives it something to show while loading.