mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Hide home activity button for now (#104)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user