mg-library 1.0.426 → 1.0.428

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
@@ -540,7 +540,13 @@ export function MGFlatListHeader(props) {
540
540
  }
541
541
  <View style={{ marginHorizontal: 10, marginBottom: 20, paddingHorizontal: 10, paddingVertical: 10, borderColor: props.theme['color-primary-500'], borderRadius: 10, borderStyle: 'solid', borderWidth: 1 }}>
542
542
  <Text category='h6' style={{ marginLeft: 10 }}>{props.title}</Text>
543
+ {props.subTitle != undefined &&
544
+ props.subTitle
545
+ }
543
546
  </View>
547
+ {props.afterTitle != undefined &&
548
+ props.afterTitle
549
+ }
544
550
  </View>
545
551
  )
546
552
  }
package/mg-library.rar ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.426",
3
+ "version": "1.0.428",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {