mg-library 1.0.649 → 1.0.651

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
@@ -5,7 +5,8 @@ import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityI
5
5
  import * as ImageManipulator from 'expo-image-manipulator';
6
6
  import { Camera, CameraType, CameraView } from 'expo-camera';
7
7
  import axios from 'axios';
8
- import { Divider, Box, Button as NBButton, Icon as NBIcon, Popover as NBPopover, Input as NBInput } from 'native-base';
8
+ import { Divider, Button as NBButton, Icon as NBIcon, Popover as NBPopover, Input as NBInput } from 'native-base';
9
+ import { Box } from '@gluestack-ui/themed';
9
10
  import { uploadFile } from '@uploadcare/upload-client';
10
11
  import { useSafeAreaInsets } from 'react-native-safe-area-context';
11
12
 
@@ -74,7 +75,7 @@ export function MGWelcome(props) {
74
75
  );
75
76
  }
76
77
 
77
- /* return (
78
+ return (
78
79
  <View style={mgFunctionsLib.getBasicStyleSheet().availableArea}>
79
80
  <FlatList
80
81
  data={props.notices}
@@ -96,9 +97,7 @@ export function MGWelcome(props) {
96
97
  ListFooterComponent={listFooterComponent}
97
98
  />
98
99
  </View>
99
- ) */
100
-
101
- return listHeaderComponent;
100
+ )
102
101
 
103
102
  }
104
103
 
package/components.js CHANGED
@@ -1,4 +1,5 @@
1
- import { Text, Box } from 'native-base';
1
+ import { Text } from 'native-base';
2
+ import { Box } from '@gluestack-ui/themed';
2
3
  import { MGDivider } from './blocks.js';
3
4
 
4
5
  const categoryMap = {
package/functions.js CHANGED
@@ -1,7 +1,8 @@
1
1
  import Toast from 'react-native-root-toast';
2
2
  import { StyleSheet, View, Dimensions } from 'react-native';
3
3
  import AsyncStorage from '@react-native-async-storage/async-storage';
4
- import { Box, Button as NBButton, Icon as NBIcon } from 'native-base';
4
+ import { Button as NBButton, Icon as NBIcon } from 'native-base';
5
+ import { Box } from '@gluestack-ui/themed';
5
6
  import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons';
6
7
  import moment from 'moment';
7
8
  import 'moment/locale/es';
package/mg-library.rar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.649",
3
+ "version": "1.0.651",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/library.zip DELETED
Binary file