fix(tvOS): restore focus after closing sidebar #1117
Triggered via pull request
September 6, 2026 00:59
Status
Success
Total duration
10m 13s
Artifacts
–
ci.yml
on: pull_request
lint
2m 14s
swift-lint
30s
build-library
1m 56s
build-android
10m 9s
build-ios
4m 32s
Annotations
13 warnings
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L71
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/TabItemEventModifier.swift#L71
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)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewImpl.swift#L362
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewImpl.swift#L391
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/TabViewImpl.swift#L364
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/TabViewImpl.swift#L222
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 61 lines (function_body_length)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabViewImpl.swift#L566
File Length Violation: File should contain 400 lines or less: currently contains 566 (file_length)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/Extensions.swift#L44
Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/Extensions.swift#L41
Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
|
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
|