Conversation
* Updated `@rntp/player` to the latest `5.9.2` release. * Added `react-native-video`'s latest beta 11 dependency (and the `react-native-nitro-modules` peer dependency). * Added a TestVideo component to exhibit the issue where react-native-video can "break" RNTP. * Updated the MusicScreen to include the TestVideo component by default. There is a button to remove (unmount) the video to allow further testing of RNTP after react-native-video is out of the picture. * Updated the playback config on the MusicScreen to use skip forward/backward instead of next/previous. This helps make the iOS Control Center Now Playing issue more prominent/obvious. * Updated index.js to call `setAudioSessionManagementDisabled(true)` to (try to) ensure that `react-native-video` doesn't interfere with RNTP's Now Playing behavior. * Updated the example project to use the latest version of Yarn. * Updated the `Podfile` to fix a build issue with `glog`. * Set the Ruby version to `3.3.0` via `.ruby-version`. * Removed the Carplay audio entitlement since it isn't needed for the repro and was causing device deployment issues. doublesymmetry#2679
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@rntp/playerto the latest5.9.2release.react-native-video's latest beta 11 dependency (and thereact-native-nitro-modulespeer dependency).setAudioSessionManagementDisabled(true)to (try to) ensure thatreact-native-videodoesn't interfere with RNTP's Now Playing behavior.Podfileto fix a build issue withglog.3.3.0via.ruby-version.#2679