import { useTheme } from "@gluestack-ui/themed"
import { View } from "react-native"import { useTheme } from "@gluestack-ui/themed" const Example = () => { const theme = useTheme() return <View>{/* Do something with the theme */}</View>}