import { Stack } from "expo-router"; import { Text, View } from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; export default function Index() { return ( Create Effex App Welcome to your Expo app with NativeWind v5! Getting Started Edit apps/expo/src/app/index.tsx to get started. ); }