fix(tvOS): fix tvos compile error (#4369)
* fix(tvOS): fix tvos compile error
This commit is contained in:
@@ -90,4 +90,14 @@ import React
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
class RCTPictureInPicture: NSObject {
|
||||
public let _pipController: NSObject? = nil
|
||||
|
||||
func setRestoreUserInterfaceForPIPStopCompletionHandler(_: Bool) {}
|
||||
func setupPipController(_: AVPlayerLayer?) {}
|
||||
func deinitPipController() {}
|
||||
func enterPictureInPicture() {}
|
||||
func exitPictureInPicture() {}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user