Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: I've seen that this throws a warning: ``` <ImageBackground source={{ uri: undefined }}> ``` But this is properly working, without a warning, thus, I believe the code is allowing it: ``` <ImageBackground source={isLoading ? undefined : { uri: 'https://....' }}> ``` ## Changelog: [GENERAL] [CHANGED] - Fixed `source` in `Image` type Pull Request resolved: #39230 Test Plan: Not necessary. It's just a DOC change Reviewed By: rshest Differential Revision: D48939824 Pulled By: NickGerleman fbshipit-source-id: fca2e07b7b4d4b947e365bb9d82fcf4cea484951
- Loading branch information