Skip to content

Commit 0245d23

Browse files
fix: imageUrl in imageBackGround page (#3664)
1 parent 8a6906a commit 0245d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/imagebackground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Note that you must specify some width and height style attributes.
1515
import React from 'react';
1616
import {ImageBackground, StyleSheet, Text, View} from 'react-native';
1717
18-
const image = {uri: 'https://reactjs.org/logo-og.png'};
18+
const image = {uri: 'https://legacy.reactjs.org/logo-og.png'};
1919
2020
const App = () => (
2121
<View style={styles.container}>

0 commit comments

Comments
 (0)