demo app hanoicomputer home category productdetail cart
This commit is contained in:
5
hooks/useColorScheme.web.ts
Normal file
5
hooks/useColorScheme.web.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// useColorScheme from react-native does not support web currently. You can replace
|
||||
// this with react-native-appearance if you would like theme support on web.
|
||||
export default function useColorScheme() {
|
||||
return 'light';
|
||||
}
|
||||
Reference in New Issue
Block a user