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
|
* Collection of pure functions
|
||||||
*/
|
*/
|
||||||
|
@available(tvOS 10.0, *)
|
||||||
enum RCTVideoUtils {
|
enum RCTVideoUtils {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
@ -41,5 +41,6 @@ class RCTVideoPlayerViewController: AVPlayerViewController {
|
|||||||
return orientation
|
return orientation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user