Live video on the AT Protocol
at issue-784 4 lines 108 B view raw
1// export { useColorScheme } from "react-native"; 2export const useColorScheme = () => { 3 return "dark"; 4};