resonatecoop / mobile

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native
GNU General Public License v3.0
15 stars 2 forks source link

Bottom footer to toggle between main pages (Home, Search, future Profile) #16

Closed simonv3 closed 2 years ago

simonv3 commented 2 years ago

image

This should probably be done first.

peterklingelhofer commented 2 years ago

Haven't used React Navigation before, but this component looks interesting for this. This seems to be the alternative react-native-tab-view, but hasn't been updated since 2021. There used to be a TypeScript React Native template that came with tabs at the bottom as an option, but it looks like they retired that or I just can't find it at this point unfortunately.

simonv3 commented 2 years ago

Let's use this: https://github.com/callstack/react-native-paper (after discussion in the Developer channel)