forked from Ninjalama/streamyfin_mirror
wip
This commit is contained in:
@@ -34,13 +34,13 @@ export default function TabLayout() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<NativeTabs sidebarAdaptable>
|
||||
<NativeTabs sidebarAdaptable ignoresTopSafeArea>
|
||||
<NativeTabs.Screen redirect name="index" />
|
||||
<NativeTabs.Screen
|
||||
name="(home)"
|
||||
options={{
|
||||
title: "Home",
|
||||
tabBarIcon: () => ({ sfSymbol: "house" }),
|
||||
tabBarIcon: ({ color, focused, size }) => ({ sfSymbol: "house" }),
|
||||
}}
|
||||
/>
|
||||
<NativeTabs.Screen
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"react-dom": "18.2.0",
|
||||
"react-native": "0.74.5",
|
||||
"react-native-awesome-slider": "^2.5.3",
|
||||
"react-native-bottom-tabs": "^0.0.8",
|
||||
"react-native-bottom-tabs": "^0.0.9",
|
||||
"react-native-circular-progress": "^1.4.0",
|
||||
"react-native-compressor": "^1.8.25",
|
||||
"react-native-gesture-handler": "~2.16.1",
|
||||
|
||||
Reference in New Issue
Block a user