mg-library 1.0.374 → 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 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
- Toast.show(config.message, {
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.374",
3
+ "version": "1.0.376",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,10 +10,9 @@
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@react-native-async-storage/async-storage": "^1.22.3",
13
- "expo": "~50.0.8",
13
+ "expo": "~50.0.6",
14
14
  "moment": "^2.30.1",
15
15
  "react": "18.2.0",
16
- "react-native": "^0.73.4",
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