[ui] font added, movie item added, pages layout

This commit is contained in:
Arta
2024-01-18 15:41:42 +03:30
parent 1865d2e6a8
commit ad82e72969
28 changed files with 413 additions and 245 deletions

View File

@@ -3,6 +3,7 @@ import { Tabs } from 'expo-router';
import { StyleProp, TextStyle } from 'react-native';
import Colors from '../../constants/Colors';
import { globalStyles } from '../../styles/global';
/**
* You can explore the built-in icon families and icons on the web at https://icons.expo.fyi/
@@ -45,9 +46,12 @@ export default function TabLayout() {
paddingVertical: 18,
height: 82,
},
tabBarLabelStyle: {
marginTop: 2,
},
tabBarLabelStyle: [
{
marginTop: 2,
},
globalStyles.fOpenSansMedium,
],
}}
>
<Tabs.Screen
@@ -72,7 +76,7 @@ export default function TabLayout() {
name="search"
options={{
title: 'Search',
tabBarLabel: 'test',
tabBarLabel: '',
tabBarShowLabel: false,
tabBarLabelStyle: {
display: 'none',