mg-library 1.0.460 → 1.0.461

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 +7 -1
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -452,6 +452,12 @@ export function MGCamera(props) {
452
452
  </View>
453
453
  );
454
454
  return (
455
+ <View>
456
+ <Text>{mgFunctionsLib.i18nString('doTakePhoto', props.language)}</Text>
457
+ </View>
458
+ )
459
+
460
+ /* return (
455
461
  <View style={{ flex: 1, justifyContent: 'flex-start', backgroundColor: 'red', alignItems: 'center' }}>
456
462
  <Card header={cardHeader} footer={cardFooter}>
457
463
  <View style={{ alignItems: 'center' }}>
@@ -465,7 +471,7 @@ export function MGCamera(props) {
465
471
  </View>
466
472
  </Card>
467
473
  </View>
468
- )
474
+ ) */
469
475
  }
470
476
 
471
477
  export function MGCameraPreview(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.460",
3
+ "version": "1.0.461",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {