- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feat: media3 & android auto #2403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Node 22 has entered LTS as of October 2024
example: fix
Brings in media3 & android-auto functionalities from https://github.com/lovegaoshi/react-native-track-player, leaving out widget & audio fading functionalities
- show jump backward & forward buttons in notification - remove compactCapabilities - rename BaseAudioPlayer#player to BaseAudioPlayer#forwardingPlayer
android: update TrackAudioItem to initialize AudioItem properties
02bc35d
to
c06874e
Compare
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
@puckey I was trying to pick up where you left off, and it looks like it runs fine after pulling in changes from main. For those icons in media3, it sounds like you need to add It seems like apple carplay should be in a separate pr, so these media3 updates can get merged in for now at least. Is there anything else that still needs to be done on this? |
A work in progress pull request building on subset of @lovegaoshi's work at https://github.com/lovegaoshi/react-native-track-player
Capability.JumpBackward
andCapability.JumpForward
notification buttons.