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 +4 -5
- package/components.js +2 -1
- package/functions.js +2 -1
- package/mg-library.rar +0 -0
- package/package.json +1 -1
- package/library.zip +0 -0
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,
|
|
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
|
-
|
|
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
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 {
|
|
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
package/library.zip
DELETED
|
Binary file
|