diff --git a/docs/image.md b/docs/image.md index 946df2a8bb6..e63d5b4a3de 100644 --- a/docs/image.md +++ b/docs/image.md @@ -32,11 +32,11 @@ const styles = StyleSheet.create({ paddingTop: 50, }, tinyLogo: { - width: 50, + width: 50, height: 50, }, logo: { - width: 66, + width: 66, height: 58, }, }); @@ -80,11 +80,11 @@ const styles = StyleSheet.create({ paddingTop: 50, }, tinyLogo: { - width: 50, + width: 50, height: 50, }, logo: { - width: 66, + width: 66, height: 58, }, }); @@ -116,7 +116,6 @@ export default class DisplayAnImage extends Component { You can also add `style` to an image: -