import { useTheme } from '@/components/ThemeContext'; import { NotificationTab } from '@/screens/profile/ui/NotificationTab'; import { View } from 'react-native'; export default function MyAds() { const { isDark } = useTheme(); return ( ); }