import Text from "@/components/ui/Text"; import { View } from "react-native"; export default function Loading() { return ( Chargement en cours ); }