mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add ai and todo example templates for native frontends (#293)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { StyleSheet } from 'react-native-unistyles';
|
||||
import { StyleSheet } from "react-native-unistyles";
|
||||
|
||||
import { breakpoints } from './breakpoints';
|
||||
import { lightTheme, darkTheme } from './theme';
|
||||
import { breakpoints } from "./breakpoints";
|
||||
import { darkTheme, lightTheme } from "./theme";
|
||||
|
||||
type AppBreakpoints = typeof breakpoints;
|
||||
|
||||
@@ -10,7 +10,7 @@ type AppThemes = {
|
||||
dark: typeof darkTheme;
|
||||
};
|
||||
|
||||
declare module 'react-native-unistyles' {
|
||||
declare module "react-native-unistyles" {
|
||||
export interface UnistylesBreakpoints extends AppBreakpoints {}
|
||||
export interface UnistylesThemes extends AppThemes {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user