We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1992b2e commit 6a6a000Copy full SHA for 6a6a000
app/(tabs)/_layout.tsx
@@ -3,8 +3,8 @@ import { Link, Tabs } from "expo-router";
3
import { Pressable, Image, StyleSheet } from "react-native";
4
5
import Colors from "@/constants/Colors";
6
-import { useColorScheme } from "@/components/useColorScheme";
7
-import { useClientOnlyValue } from "@/components/useClientOnlyValue";
+import { useColorScheme } from "@/hooks/useColorScheme";
+import { useClientOnlyValue } from "@/hooks/useClientOnlyValue";
8
9
// You can explore the built-in icon families and icons on the web at https://icons.expo.fyi/
10
function TabBarIcon(props: {
0 commit comments