-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[IMPROVEMENT] Add Background Audio Playback support #2712
Conversation
@diegolmello Can you review the changes |
Hey, @pratyaksh123. |
@pratyaksh123 First of all, behave. That said, 4.14.0 isn't out yet and I'm reviewing PRs to cut a new beta today. |
@@ -89,6 +89,7 @@ | |||
</dict> | |||
<key>UIBackgroundModes</key> | |||
<array> | |||
<string>audio</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test this on iOS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I can't because I don't have a Mac : (
expo/expo#9363 This PR confirms it works for version ^8.3.0
@@ -55,7 +55,7 @@ | |||
"ejson": "2.2.0", | |||
"eslint-config-airbnb": "^18.1.0", | |||
"expo-apple-authentication": "^2.2.1", | |||
"expo-av": "8.2.1", | |||
"expo-av": "^8.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I upgraded it because 8.2.1 had some bugs with iOS background playback expo/expo#5472 (comment)
version "8.2.1" | ||
resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-8.2.1.tgz#cab16a5f0766b84a7c2e05e04523cb73a0cd4e9b" | ||
integrity sha512-p1W6ta5yFLsyUUB4bH/Bm2gz/KEleYWRYkF7PR3aYXjtTjMX9Ud1gwzEfbMJMKZRSlJydSzy/ieQT8CVatd68A== | ||
expo-av@^8.2.1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It won't be needed after you undo package.json.
Proposed changes
Solves #2578
Issue(s)
How to test or reproduce
Screenshots
Types of changes
Checklist
Further comments