Skip to content

fix(iOS): support Unicode tab keys in Fabric events #1111

fix(iOS): support Unicode tab keys in Fabric events

fix(iOS): support Unicode tab keys in Fabric events #1111

Triggered via pull request August 26, 2026 00:04
Status Success
Total duration 9m 5s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L51
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L50
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L49
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L48
Legacy Objective-C Reference Type Violation: Prefer Swift value types to bridged Objective-C reference types (legacy_objc_type)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProvider.swift#L259
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProps.swift#L91
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProps.swift#L81
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProps.swift#L106
Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProps.swift#L106
Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
swift-lint: packages/react-native-bottom-tabs/ios/TabAppearModifier.swift#L26
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
lint: packages/react-native-bottom-tabs/src/TabViewNativeComponent.ts#L10
'react-native/Libraries/Image/ImageSource' React Native deep imports are deprecated. Please use the top level import instead
lint: packages/react-native-bottom-tabs/src/TabViewNativeComponent.ts#L1
'react-native/Libraries/Utilities/codegenNativeComponent' React Native deep imports are deprecated. Please use the top level import instead
lint: packages/react-native-bottom-tabs/src/TabView.tsx#L310
'loaded' is already declared in the upper scope on line 306 column 10