mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-14 01:55:19 +08:00
This fixes an issue that would cause the defaultSource to be removed as soon as the source beings to load. The original intent was to support progressive JPEGs. However, in cases where a defaultSource has been provided, we should respect the intent to display it until the primary source is ready to immediately replace the defaultSource. Close #1345