-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Correct logo URL #16207
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
Correct logo URL #16207
Changes from 4 commits
2a742a9
64ec1db
4ff37c3
100acfa
9976eee
e142971
eee1e60
77d311f
28fcea0
c7084ca
18e3166
5eb29fd
bf4f5d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ const ImageViewManager = NativeModules.ImageViewManager; | |
| * /> | ||
| * <Image | ||
| * style={{width: 50, height: 50}} | ||
| * source={{uri: 'https://facebook.github.io/react/logo-og.png'}} | ||
| * source={{uri: 'https://facebook.github.io/react-native/img/logo-og.png'}} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This image is not loading for me. The opengraph image for RN is https://facebook.github.io/react-native/img/opengraph.png
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sounds good to me. |
||
| * /> | ||
| * <Image | ||
| * style={{width: 66, height: 58}} | ||
|
|
||

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is not loading for me, either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These URLs won't work until are added to the website page (after merged the PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this were a simple website change, it would be alright as the website is versioned and the references to the new images will only go live once the images are deployed.
In this case, I think the images won't be visible on https://facebook.github.io/react-native/ for up to two months due to the way the website is deployed.
Let's first use existing images in the repo itself. Maybe update existing images instead, if that does not break anything unrelated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could use this URL raw.githubusercontent.com/gusgard/react-native/correct-url-logo/website/src/react-native/img/logo-small.png that don't depend on the website. (changing user and branch for facebook and master).
Otherwise, I could use the images that are already in the img folder and test it well.