fix gluestackUI
This commit is contained in:
@@ -4,7 +4,8 @@ import { View, ViewProps } from 'react-native';
|
||||
import { OverlayProvider } from '@gluestack-ui/overlay';
|
||||
import { ToastProvider } from '@gluestack-ui/toast';
|
||||
import { useColorScheme } from 'nativewind';
|
||||
import { ModeType } from './types';
|
||||
|
||||
export type ModeType = 'light' | 'dark' | 'system';
|
||||
|
||||
export function GluestackUIProvider({
|
||||
mode = 'light',
|
||||
|
||||
Reference in New Issue
Block a user