chore: review logs & add RNV prefix for easier filtering

This commit is contained in:
olivier
2023-01-28 14:29:00 +01:00
parent dc8c618d41
commit d825d0e6bc
4 changed files with 13 additions and 11 deletions

View File

@@ -1080,7 +1080,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
let newRect = change.newValue
if !oldRect!.equalTo(newRect!) {
if newRect!.equalTo(UIScreen.main.bounds) {
NSLog("in fullscreen")
RCTLog("in fullscreen")
self.reactViewController().view.frame = UIScreen.main.bounds
self.reactViewController().view.setNeedsLayout()