This implements basic search functionality and results for the screen. I also had to make a few adjustments to the styling of <Player /> to ensure consistent height and positioning across screens.
This upgrades to the latest react-native-paper has the older version had some bugs where bottom tab navigator could not be styled properly with a set height.
Regarding the search API: Any chance we could add an additional filter by kind? Currently I've only handled tracks, but I think it'd be nice to filter search results based on kind and show different configurations that are optimized for the type of result.
This implements basic search functionality and results for the screen. I also had to make a few adjustments to the styling of
<Player />
to ensure consistent height and positioning across screens.This upgrades to the latest react-native-paper has the older version had some bugs where bottom tab navigator could not be styled properly with a set height.
Regarding the search API: Any chance we could add an additional filter by kind? Currently I've only handled tracks, but I think it'd be nice to filter search results based on kind and show different configurations that are optimized for the type of result.