mg-library 1.0.414 → 1.0.415

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 -0
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -275,6 +275,7 @@ export function MGCamera(props) {
275
275
 
276
276
  console.log(captureWidth);
277
277
  console.log(captureHeight);
278
+ console.log(Dimensions.get('window').scale);
278
279
 
279
280
  const __takePicture = async () => {
280
281
  if (!camera)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.414",
3
+ "version": "1.0.415",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {