// export { useColorScheme } from "react-native"; export const useColorScheme = () => { return "dark"; };