import React from "react"; import { SafeAreaProvider } from "react-native-safe-area-context"; import { AtlantisOverlayProvider, FormatFile } from "@jobber/components-native"; import type { FormatFileProps } from "@jobber/components-native"; export function FormatFileBasic(props: Partial>) { return ( ); }