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