[ios][audio] Introduce audio playlist support#42936
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
32ae329 to
30a187e
Compare
|
The Pull Request introduced fingerprint changes against the base commit: 4c4acb4 Fingerprint diff[
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-audio/ios",
"reasons": [
"expoAutolinkingIos"
],
"hash": "8d4fbb11bf3ab7bebdd4449db3838f598c706bb6"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-audio/ios",
"reasons": [
"expoAutolinkingIos"
],
"hash": "9f77785b8005bc462d1e4044a6b9371a150d6028"
}
}
]Generated by PR labeler 🤖 |
|
Subscribed to pull request
Generated by CodeMention |
0865a65 to
5d5cd55
Compare
015d662 to
0fa113f
Compare
apps/native-component-list/src/screens/Audio/AudioPlaylistScreen.tsx
Outdated
Show resolved
Hide resolved
894341b to
1462a92
Compare
1462a92 to
4296b2c
Compare
|
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines. I've found some issues in your pull request that should be addressed (click on them for more details) 👇
|
Merge activity
|
# Why Adds support for creating audio playlists. # How Introduce a new shared object type `AudioPlaylist` using `AVQueuePlayer` Add a new screen to NCL. # Test Plan Bare expo

Why
Adds support for creating audio playlists.
How
Introduce a new shared object type
AudioPlaylistusingAVQueuePlayerAdd a new screen to NCL.
Test Plan
Bare expo