diff --git a/mobile/assets/logo-gros-semi.png b/mobile/assets/logo-gros-semi.png deleted file mode 100644 index 2e1e952c..00000000 Binary files a/mobile/assets/logo-gros-semi.png and /dev/null differ diff --git a/mobile/src/screens/client/ProductsScreen.tsx b/mobile/src/screens/client/ProductsScreen.tsx index fdcdc986..1fc66522 100644 --- a/mobile/src/screens/client/ProductsScreen.tsx +++ b/mobile/src/screens/client/ProductsScreen.tsx @@ -16,6 +16,7 @@ import { ImageBackground, Animated, } from "react-native"; +import { useFonts } from "expo-font"; import { useNavigation } from "@react-navigation/native"; import type { NativeStackNavigationProp } from "@react-navigation/native-stack"; import { getAllProducts, getProductsByCategory } from "../../api/api"; @@ -52,6 +53,9 @@ type Nav = NativeStackNavigationProp; export default function ProductsScreen() { const { colors } = useTheme(); const navigation = useNavigation