Skip to content

[Image] Add examples to UIExplorer, fix some bugs #1987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

ptmt
Copy link
Contributor

@ptmt ptmt commented Jul 14, 2015

Add two simple examples.
image

Also:

  • do not start the task at DownloadTaskWrapper (it starts from ImageDowloader if image isn't cached yet);
  • fire onLoadAbort event;
  • send more readable error.localizedDescription with onLoadError;
  • rename onLoaded to onLoadEnd

- do not resume task at DownloadTaskWrapper;
- fire loadAbort event;
- send more readable localizedDescription to onLoadError;
- rename 'onLoaded' to 'onLoadEnd'
@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Jul 14, 2015
@sahrens
Copy link
Contributor

sahrens commented Jul 14, 2015

Nice examples! More Image stuff for @nicklockwood :)

@nicklockwood
Copy link
Contributor

lgtm. @facebook-github-bot import

@brentvatne
Copy link
Collaborator

Nice one @UnknownException!

@sahrens sahrens closed this in 74f8055 Jul 15, 2015
FalseLobster pushed a commit to FalseLobster/react-native that referenced this pull request Dec 19, 2023
#### Please select one of the following
- [ ] I am removing an existing difference between facebook/react-native
and microsoft/react-native-macos 👍
- [ ] I am cherry-picking a change from Facebook's react-native into
microsoft/react-native-macos 👍
- [x] I am making a fix / change for the macOS implementation of
react-native
- [ ] I am making a change required for Microsoft usage of react-native

## Summary:

With 0ab8b40, the Xcode 12.5
post-install workaround is now gone. Let's remove it from one other
place where we used to call it.

## Changelog:

[GENERAL] [FIXED] - Remove call to Xcode 12.5 post-install workaround

## Test Plan:

The CIs for facebook#1987 saw a failure related to the existence of this call.
If the CI passes, we should be good.
FalseLobster pushed a commit to FalseLobster/react-native that referenced this pull request Jan 2, 2024
* Force bump @react-native-mac/virtualized-lists to 0.73.3-0

* Change files

* Rollback pre-bumped version to 0.73.2
Reason: semver caret apparently doesn't match "newer" prereleases
(example: 0.73.3-0 doesn't satisfy ^0.73.0)

---------

Co-authored-by: Adam Gleitman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants