mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
fix
This commit is contained in:
@@ -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",
|
||||||
|
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user