import { View, Text } from 'react-native'; export default function Test() { return ( <View className="flex-1"> <Text>Test</Text> </View> ); }