mg-library 1.0.470 → 1.0.473

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 +2 -2
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -453,8 +453,8 @@ export function MGCamera(props) {
453
453
  </View>
454
454
  );
455
455
  return (
456
- <View style={{ flex: 1, flexGrow: 0.8, justifyContent: 'flex-start', alignItems: 'center' }}>
457
- <Card style={{ flex: 1, flexGrow: 1 }} header={cardHeader} footer={cardFooter}>
456
+ <View>
457
+ <Card header={cardHeader} footer={cardFooter}>
458
458
  <View style={{ alignItems: 'center' }}>
459
459
  <CameraView
460
460
  style={{ width: captureWidth, height: captureHeight }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.470",
3
+ "version": "1.0.473",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {