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 f0f2645 commit 6b2a49eCopy full SHA for 6b2a49e
docs/Props.md
@@ -22,7 +22,7 @@ class Bananas extends Component {
22
uri: 'https://upload.wikimedia.org/wikipedia/commons/d/de/Bananavarieties.jpg'
23
};
24
return (
25
- <Image source={pic} />
+ <Image source={pic} style={{width: 193, height: 110}}/>
26
);
27
}
28
0 commit comments