mg-library 1.0.520 → 1.0.522

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.
package/blocks.js CHANGED
@@ -141,13 +141,13 @@ export function MGBenefits(props) {
141
141
  renderItem={({ item }) => (
142
142
  <Card header={cardHeader(item)} style={{ marginBottom: 10, marginHorizontal: 10 }}>
143
143
  {item.imageUrl != undefined &&
144
- <View style={{ flexGrow: 1, alignItems: 'center' }}>
144
+ <View style={{ flexGrow: 1, alignItems: 'center', marginBottom: 5 }}>
145
145
  <Image source={{ uri: item.imageUrl }} style={{ width: '50%', resizeMode: 'contain', height: undefined, aspectRatio: 1 }} />
146
146
  </View>
147
147
  }
148
148
  <View style={{ flexGrow: 1, alignItems: 'center', marginBottom: 10 }}>
149
- <Text style={{flexGrow: 1, textAlign: 'center'}}>{item.content}</Text>
150
- </View>
149
+ <Text style={{ flexGrow: 1, textAlign: 'center' }}>{item.content}</Text>
150
+ </View>
151
151
  </Card>
152
152
  )}
153
153
  ListHeaderComponent={listHeaderComponent}
package/mg-library.rar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.520",
3
+ "version": "1.0.522",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {