// app/(social)/_layout.tsx import React from 'react'; import { Stack } from 'expo-router'; export default function SocialLayout() { return ( ); }