You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
message: "Ce service est actuellement en développement. Certaines fonctionnalités peuvent ne pas fonctionner correctement ou ne pas être disponibles.",
51
-
actions: [
52
-
{
53
-
title: "Retour",
54
-
onPress: ()=>{},
55
-
icon: <Undo2/>,
56
-
primary: false,
57
-
},
58
-
]
59
-
});
48
+
if(__DEV__){
49
+
showAlert({
50
+
title: "[DEBUG] Service en développement",
51
+
message: "Ce service est actuellement en développement. Certaines fonctionnalités peuvent ne pas fonctionner correctement ou ne pas être disponibles.",
0 commit comments