Skip to content

Commit

Permalink
fix: ios lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seyedmostafahasani committed May 29, 2024
1 parent 1c82b87 commit 4402b93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ios/Video/RCTVideoManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ class RCTVideoManager: RCTViewManager {
})
}

@objc(setFullScreen:reactTag:)
func setFullScreen(fullScreen: Bool, reactTag: NSNumber) {
performOnVideoView(withReactTag: reactTag, callback: { videoView in
videoView?.setFullscreen(fullScreen)
})
}
@objc(setFullScreen:reactTag:)
func setFullScreen(fullScreen: Bool, reactTag: NSNumber) {
performOnVideoView(withReactTag: reactTag, callback: { videoView in
videoView?.setFullscreen(fullScreen)
})
}

override class func requiresMainQueueSetup() -> Bool {
return true
Expand Down

0 comments on commit 4402b93

Please sign in to comment.