UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

14 lines 525 B
export declare const Screen = "Screen"; export declare const ScreenContainer = "ScreenContainer"; export type ScreenStackHeaderConfigProps = { blurEffect?: string; backgroundColor?: string; largeTitleBackgroundColor?: string; backButtonDisplayMode?: 'default' | 'minimal' | 'generic'; }; export type SearchBarProps = { placeholder?: string; onChangeText?: (text: string) => void; autoCapitalize?: 'none' | 'sentences' | 'words' | 'characters'; }; //# sourceMappingURL=react-native-screens.d.ts.map