Hide home activity button for now (#104)

This commit is contained in:
Justin Hernandez
2025-02-14 00:19:23 -06:00
committed by GitHub
parent 0bb02ffb34
commit d07db2ebd6

View File

@@ -29,7 +29,14 @@ const HomeNavBar = (props: NativeStackHeaderProps) => {
}
/>
}
onPress={() => props.navigation.navigate('Activity')}
// disable icon click for now
onPress={() => {
// props.navigation.navigate('Activity');
return false;
}}
style={{
opacity: 0,
}}
/>
<NavBar.Title size="large" color={white}>
{props.options.title}