We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6906a commit 0245d23Copy full SHA for 0245d23
docs/imagebackground.md
@@ -15,7 +15,7 @@ Note that you must specify some width and height style attributes.
15
import React from 'react';
16
import {ImageBackground, StyleSheet, Text, View} from 'react-native';
17
18
-const image = {uri: 'https://reactjs.org/logo-og.png'};
+const image = {uri: 'https://legacy.reactjs.org/logo-og.png'};
19
20
const App = () => (
21
<View style={styles.container}>
0 commit comments