mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-06 07:16:12 +00:00
fix: fix tvos available compile errors
This commit is contained in:
@@ -5,6 +5,7 @@ import Photos
|
||||
/*!
|
||||
* Collection of pure functions
|
||||
*/
|
||||
@available(tvOS 10.0, *)
|
||||
enum RCTVideoUtils {
|
||||
|
||||
/*!
|
||||
|
||||
@@ -41,5 +41,6 @@ class RCTVideoPlayerViewController: AVPlayerViewController {
|
||||
return orientation
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user