import { Text } from "react-native"; import { TailwindProvider } from "tailwindcss-react-native"; export function Test() { return ( Hello world! ); }