stephane-r / HoloPlay

React-Native app using Invidious API for listening Youtube audio source.
https://holoplay.io
MIT License
175 stars 7 forks source link

Show all labels on the bottom bar #145

Closed cloudrac3r closed 2 years ago

cloudrac3r commented 3 years ago

Currently on the application bottom navigation bar, only the currently selected item shows the label, which makes it more difficult than it needs to be to get to the desired section, especially when the icons are not indicative of the content (headphones and microphone for playlists).

I suggest making the labels on all items visible at all times, which would make the application easier to use and more accessible for everyone.

I looked at the documentation for the react native navigation bar and I think you need to set the option shifting to false as described here: https://reactnavigation.org/docs/material-bottom-tab-navigator/#shifting

I am a developer on other projects, but I do not know how to set up an environment for android app development, so even though I would love to make this change myself, I don't know how.

Thank you!

stephane-r commented 3 years ago

Hello 😄

I'll add this on the next release (parameter available on settings screen i think)

cloudrac3r commented 3 years ago

awesome! I'm glad