This commit is contained in:
Jorrin
2024-02-03 21:43:14 +01:00
parent a56dac54fe
commit d59b485167
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"main": "expo-router/entry", "main": "expo-router/entry",
"scripts": { "scripts": {
"clean": "git clean -xdf .expo .turbo node_modules", "clean": "git clean -xdf .expo .turbo node_modules",
"dev": "expo start -c --web", "dev": "expo start",
"dev:android": "expo start --android", "dev:android": "expo start --android",
"dev:ios": "expo start --ios", "dev:ios": "expo start --ios",
"android": "expo run:android", "android": "expo run:android",

View File

@@ -56,7 +56,7 @@ export default function TabLayout() {
tabBarLabel: "", tabBarLabel: "",
tabBarIcon: () => ( tabBarIcon: () => (
<TabBarIcon <TabBarIcon
className="top-2 flex aspect-[1/1] h-14 items-center justify-center rounded-full bg-primary-400 text-center align-middle text-2xl text-white" className="flex aspect-[1/1] h-14 items-center justify-center rounded-full bg-primary-400 text-center align-middle text-2xl text-white"
name="search" name="search"
color="#FFF" color="#FFF"
/> />