import DrugList from "@/components/DrugList"; import { Dimensions, Text, View } from "react-native"; import { useTheme } from "react-native-paper"; export default function Index() { const theme = useTheme(); return ( ); }