chore: review logs & add RNV prefix for easier filtering
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user