mg-library 1.0.375 → 1.0.376
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/functions.js +3 -3
- package/package.json +2 -3
- package/node_modules.rar +0 -0
package/functions.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import Toast from 'react-native-root-toast';
|
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
4
|
import { Text } from '@ui-kitten/components';
|
@@ -202,7 +202,7 @@ export function getBasicStyleSheet() {
|
|
202
202
|
// Toast
|
203
203
|
|
204
204
|
function showToast(config) {
|
205
|
-
|
205
|
+
/* Toast.show(config.message, {
|
206
206
|
duration: Toast.durations.LONG,
|
207
207
|
position: Toast.positions.CENTER,
|
208
208
|
shadow: true,
|
@@ -211,7 +211,7 @@ function showToast(config) {
|
|
211
211
|
backgroundColor: config.backgroundColor,
|
212
212
|
textColor: 'white',
|
213
213
|
delay: 0
|
214
|
-
});
|
214
|
+
}); */
|
215
215
|
}
|
216
216
|
|
217
217
|
export function showToastError(message) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mg-library",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.376",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -13,7 +13,6 @@
|
|
13
13
|
"expo": "~50.0.6",
|
14
14
|
"moment": "^2.30.1",
|
15
15
|
"react": "18.2.0",
|
16
|
-
"react-native": "^0.73.2"
|
17
|
-
"react-native-root-toast": "^3.5.1"
|
16
|
+
"react-native": "^0.73.2"
|
18
17
|
}
|
19
18
|
}
|
package/node_modules.rar
DELETED
Binary file
|