fix themes modal, Add English to the trip information tab
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
* Provides styled components and theme utilities
|
||||
*/
|
||||
|
||||
import { useThemeContext } from "@/hooks/use-theme-context";
|
||||
import { useMemo } from "react";
|
||||
import { StyleSheet, TextStyle, ViewStyle } from "react-native";
|
||||
import { useThemeContext } from "@/hooks/use-theme-context";
|
||||
|
||||
export function useAppTheme() {
|
||||
const { colors, colorScheme, themeMode, setThemeMode, getColor } =
|
||||
|
||||
Reference in New Issue
Block a user