mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
06b8b15b0a
Summary: This fixes https://github.com/facebook/react-native/issues/28060 with a fix similar to https://github.com/facebook/react-native/commit/f940e7c4a61e6c29d88cf01b91f8fff1afe68b85 ## Changelog [iOS] [Fixed] - Fix Image component crashing when uri is null Pull Request resolved: https://github.com/facebook/react-native/pull/28061 Test Plan: Run an app on iOS that renders `<Image source={{ uri: null }} />`. It should not crash.  Reviewed By: sammy-SC Differential Revision: D20080680 Pulled By: PeteTheHeat fbshipit-source-id: 119766a4d7eb6804ffd668418a1f158a712a4fe0