Skip to content

Commit

Permalink
fix: mock nativeID to pass iOS unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Nov 16, 2024
1 parent 44077d3 commit 65935b7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ public extension UIView {
var reactTag: NSNumber {
return tag as NSNumber
}

Check failure on line 15 in ios/KeyboardControllerNative/KeyboardControllerNative/Extension+UIView.swift

View workflow job for this annotation

GitHub Actions / 🔎 Swift Lint

Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
var nativeID: String {
return accessibilityIdentifier ?? ""
}
}

0 comments on commit 65935b7

Please sign in to comment.