import { View, Text, TouchableOpacity } from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; import { router } from "expo-router"; import { MaterialIcons } from "@expo/vector-icons"; export default function WelcomeScreen() { return ( {/* Logo + title */} Codexbar Monitor your Codex CLI and Claude.ai{"\n"}usage limits at a glance. {/* Feature pills */} Codex CLI Rate limits · Credits · Windows Claude.ai 5-hour · 7-day · Model usage {/* CTA */} router.push("/onboarding/codex")} className="rounded-2xl py-4 items-center" style={{ backgroundColor: "#10a37f" }} > Get Started You can configure services at any time in Settings ); }