mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Correct logo URL
Summary: Added static files to remove dependency with `react` website, related PR https://github.com/facebook/react-native/pull/16204 After is merged to master, check if all the URLs are working correctly. TheSavior Closes https://github.com/facebook/react-native/pull/16207 Differential Revision: D6509133 Pulled By: hramos fbshipit-source-id: a31dcc07742211dc17046e7e98d805c2282f2a82
This commit is contained in:
committed by
Facebook Github Bot
parent
76a2ca4c9c
commit
8547b7e111
@@ -55,7 +55,7 @@ function generateRequestId() {
|
||||
* />
|
||||
* <Image
|
||||
* style={styles.logo}
|
||||
* source={{uri: 'https://facebook.github.io/react/logo-og.png'}}
|
||||
* source={{uri: 'https://facebook.github.io/react-native/img/opengraph.png'}}
|
||||
* />
|
||||
* </View>
|
||||
* );
|
||||
|
||||
Reference in New Issue
Block a user