Copyimport { useTheme } from "native-base";
import { useTheme } from "native-base";
Copyfunction Example() { const theme = useTheme(); return <Box>{/* Do something with the theme */}</Box>;}
function Example() { const theme = useTheme(); return <Box>{/* Do something with the theme */}</Box>;}