import { View, Text, ScrollView, TouchableOpacity, TextInput } from 'react-native' import { useRouter } from 'expo-router' import { BottomNavBar } from '../src/components/BottomNavBar' export default function RadioScreen() { const router = useRouter() return ( router.push('/account' as any)} className="w-10 h-10 rounded-full bg-music-card items-center justify-center"> πŸ‘€ Internet Radio πŸ” Currently Airing Near You πŸ—ΊοΈ {[1, 2, 3, 4, 5, 6].map((i) => ( Station {i} ))} ) }