Fix(ios): fix real time issue when fast zapping #112
Annotations
4 errors
Lint with SwiftLint:
ios/Video/RCTVideo.swift#L307
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint with SwiftLint:
ios/Video/RCTVideo.swift#L320
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint with SwiftLint:
ios/Video/RCTVideo.swift#L394
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint with SwiftLint:
ios/Video/RCTVideo.swift#L304
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
Loading