mg-library 1.0.506 → 1.0.508

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/blocks.js +1 -1
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -106,7 +106,7 @@ export function MGWelcome(props) {
106
106
  <Card header={cardHeader(item)} style={{ marginBottom: 10, marginHorizontal: 10 }}>
107
107
  {item.imageUrl != undefined &&
108
108
  <View style={{ flexGrow: 1, alignItems: 'center', marginBottom: 10 }}>
109
- <Image source={{ uri: item.imageUrl }} style={{ width: '70%', resizeMode: 'stretch', height: undefined, aspectRatio: 1 }} />
109
+ <Image source={{ uri: item.imageUrl }} style={{ width: '70%', resizeMode: 'contain', height: undefined, aspectRatio: 1 }} />
110
110
  </View>
111
111
  }
112
112
  <Text>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.506",
3
+ "version": "1.0.508",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {