useTheme applied globally
This commit is contained in:
parent
1f304d41f2
commit
9de2678922
12 changed files with 31 additions and 39 deletions
|
|
@ -2,7 +2,6 @@ import { Stack } from "expo-router";
|
|||
|
||||
import { View, Text } from 'react-native'
|
||||
import React from 'react'
|
||||
import { useThemeColor } from "../../../hooks/useThemeColor";
|
||||
import { useTheme } from "../../contexts/ThemeContext";
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue