refactor: update TABS to include hideInNav property and filter in BottomNav; enhance image popup styling and loading indicator
This commit is contained in:
@@ -8,7 +8,7 @@ export function BottomNav() {
|
||||
|
||||
return (
|
||||
<View style={styles.bar}>
|
||||
{TABS.map((tab) => {
|
||||
{TABS.filter((tab) => !tab.hideInNav).map((tab) => {
|
||||
const active = tab.route === route;
|
||||
return (
|
||||
<TouchableOpacity
|
||||
|
||||
Reference in New Issue
Block a user