-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Changes the `onLoad` and `onError` events on `Image` to be consistent with each other and with the `ImageSource` type. Changelog: [Android][Breaking] - On `Image`, `onLoad` and `onError` event objects will no longer have an extra `uri` property. [Android][Breaking] - On `Image`, `onLoad` event objects' `source.url` is now renamed to `source.uri`. [iOS][Breaking] - On `Image`, `onLoad` event objects' `source.url` is now renamed to `source.uri`. Reviewed By: mdvacca Differential Revision: D22023565 fbshipit-source-id: 5ea7904c697f87e01118bdb81ed50ab0a5aecdce
- Loading branch information
1 parent
90997c2
commit 74ab8f6
Showing
4 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters