mg-library 1.0.793 → 1.0.796

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/components.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React, { useRef, useState } from "react";
2
- import { Platform, Animated, View } from "react-native";
3
- import { Box, Text, Divider, Button, ButtonText, ButtonIcon, Icon, Popover, PopoverTrigger, PopoverBackdrop, PopoverContent, PopoverArrow, PopoverCloseButton, PopoverBody, PopoverFooter } from '@gluestack-ui/themed';
2
+ import { Platform, Animated } from "react-native";
3
+ import { Box, Text, Divider, Button, ButtonText, ButtonIcon, Icon, Popover, PopoverTrigger, PopoverBackdrop, PopoverContent, PopoverArrow, PopoverBody, PopoverFooter } from '@gluestack-ui/themed';
4
4
  import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons';
5
5
 
6
6
  import * as mgFunctionsLib from './functions.js';
package/mg-library.rar CHANGED
Binary file
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.793",
3
+ "version": "1.0.796",
4
4
  "description": "",
5
5
  "main": "index.js",
6
- "react-native": "index.js",
6
+ "react-native": "index.js",
7
7
  "author": "",
8
- "license": "ISC"
9
- }
8
+ "license": "ISC",
9
+ "peerDependencies": {
10
+ "expo": ">=53",
11
+ "react": ">=18",
12
+ "react-native": ">=0.79",
13
+ "expo-camera": "*",
14
+ "expo-image-manipulator": "*"
15
+ }
16
+ }