fix: color does not work in dark mode
This commit is contained in:
parent
498c1d8563
commit
9c319eeeda
3 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ import {StyleSheet, View} from "react-native"
|
|||
|
||||
import { FontAwesome } from "@expo/vector-icons";
|
||||
import {useThemeColor} from "../hooks/hooks";
|
||||
import React from "react";
|
||||
|
||||
export default function Layout() {
|
||||
// const selectedColor: string = useThemeColor( "tabIconSelected");
|
||||
|
|
|
|||
Reference in a new issue