fix: fix tvos available compile errors

This commit is contained in:
Konstantin Späth 2023-08-12 12:18:47 +02:00
parent 6b60428ec7
commit fd2e396262
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import Photos
/*!
* Collection of pure functions
*/
@available(tvOS 10.0, *)
enum RCTVideoUtils {
/*!

View File

@ -41,5 +41,6 @@ class RCTVideoPlayerViewController: AVPlayerViewController {
return orientation
}
}
#endif
}