import { Stack } from "expo-router"; import React from "react"; const RootLayout: React.FC = () => ( ); export default RootLayout;