@fto-consult/expo-ui 3.3.3 → 3.3.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fto-consult/expo-ui",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@emotion/native": "^11.10.0",
|
|
62
62
|
"@expo/html-elements": "^0.2.0",
|
|
63
63
|
"@expo/vector-icons": "^13.0.0",
|
|
64
|
-
"@fto-consult/common": "^2.15.
|
|
64
|
+
"@fto-consult/common": "^2.15.2",
|
|
65
65
|
"@gorhom/portal": "^1.0.14",
|
|
66
66
|
"@react-native-async-storage/async-storage": "~1.17.3",
|
|
67
67
|
"@react-native-community/datetimepicker": "6.5.2",
|
|
@@ -103,7 +103,7 @@ export default class TableDataScreenComponent extends FormDataScreen{
|
|
|
103
103
|
context.onNoValidate({...args,msg:message,message,context,validRule:context.getValidRule()});
|
|
104
104
|
}
|
|
105
105
|
}).catch((e)=>{
|
|
106
|
-
|
|
106
|
+
if(e && e.status?.toString() == '404') return;
|
|
107
107
|
const message = defaultStr(e?.message,e?.msg);
|
|
108
108
|
if(message){
|
|
109
109
|
context.onNoValidate({...args,msg:message,message,error:e,context,validRule:context.getValidRule()});
|