lovegaoshi / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, chromecast support, background mode and more!
https://react-native-track-player.js.org/
Apache License 2.0
7 stars 14 forks source link

Adds support for grouping lists with subheading #11

Closed schoetty closed 1 year ago

schoetty commented 1 year ago

With this feature we're able to add subheadings to groups of items in a list. All we have to do is add a groupTitle attribute to the media items. Then they are grouped as described here in the official android auto documentation: https://developer.android.com/training/cars/media#group-items

subheading