fix: fix tvos available compile errors
This commit is contained in:
parent
6b60428ec7
commit
fd2e396262
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user