import AVFoundation import React @objc(RCTVideoManager) class RCTVideoManager: RCTViewManager { override func view() -> UIView { // `RCTBridge.current()` returns nil under bridgeless (New Architecture), and it // is nonnull-annotated, so Swift emits an unconditional nil-check trap around // the call -- optional chaining does not avoid it. Every