chore: build
Omnex Plateform Client - EAS Build / build (push) Canceled after 48m20s

This commit is contained in:
Xor290
2026-08-25 17:57:29 +02:00
parent 5b3c30143d
commit 191ef4350e
@@ -28,9 +28,6 @@ import { spacing, fontSize } from "../../theme";
import { useTheme } from "../../context/ThemeContext"; import { useTheme } from "../../context/ThemeContext";
import type { ClientStackParamList } from "../../navigation/types"; import type { ClientStackParamList } from "../../navigation/types";
// eslint-disable-next-line @typescript-eslint/no-var-requires
const logoGrosSemi = require("../../../assets/logo-gros-semi.png");
const { width: SCREEN_WIDTH } = Dimensions.get("window"); const { width: SCREEN_WIDTH } = Dimensions.get("window");
const CARD_WIDTH = SCREEN_WIDTH - 48; const CARD_WIDTH = SCREEN_WIDTH - 48;