mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-07 13:05:18 +08:00
Correct logo URL
Summary: Update logo URL https://facebook.github.io/react/img/logo_og.png (old) to https://facebook.github.io/react/logo-og.png (new) Check that the old URL shows a "Page Not Found" and the new URL the correct image. Closes https://github.com/facebook/react-native/pull/16204 Differential Revision: D5978967 Pulled By: TheSavior fbshipit-source-id: f6af03dfd25d68c96e01054c256d8b6ba9fedba2
This commit is contained in:
committed by
Facebook Github Bot
parent
9c29ee1504
commit
2d2dfa26bc
@@ -33,7 +33,7 @@ import type {NativeMethodsMixinType} from 'ReactNativeTypes';
|
||||
* return (
|
||||
* <ImageBackground
|
||||
* style={{width: 50, height: 50}}
|
||||
* source={{uri: 'https://facebook.github.io/react/img/logo_og.png'}}
|
||||
* source={{uri: 'https://facebook.github.io/react/logo-og.png'}}
|
||||
* >
|
||||
* <Text>React</Text>
|
||||
* </ImageBackground>
|
||||
|
||||
Reference in New Issue
Block a user