Composable AVPlayer is library that bridges the Composable Architecture and AVPlayer.
Check out the PlayerManager demo to see ComposableAVPlayer in practice.
You can add ComposableAVPlayer to an Xcode project by adding it as a package dependency.
- From the File menu, select Swift Packages › Add Package Dependency…
- Enter "https://github.com/antongorb/composable-avplayer" into the package repository URL text field
This library is released under the MIT license. See LICENSE for details.