Skip to content

feat: bump example to latest #843

feat: bump example to latest

feat: bump example to latest #843

Triggered via pull request September 11, 2025 10:06
Status Failure
Total duration 36s
Artifacts

ci.yml

on: pull_request
lint
20s
lint
swift-lint
33s
swift-lint
build-library
18s
build-library
build-android
25s
build-android
build-android-newarch
21s
build-android-newarch
build-ios
22s
build-ios
build-ios-newarch
19s
build-ios-newarch
build-macos
19s
build-macos
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build-library
Process completed with exit code 1.
lint
Process completed with exit code 1.
build-android-newarch
Process completed with exit code 1.
build-ios-newarch
Process completed with exit code 1.
build-macos
Process completed with exit code 1.
build-android
Process completed with exit code 1.
build-ios
Process completed with exit code 1.
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProps.swift#L32
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
swift-lint: packages/react-native-bottom-tabs/ios/TabViewProps.swift#L82
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#L82
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/TabBarFontSize.swift#L38
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/TabItemEventModifier.swift#L94
Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L64
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L63
Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L20
Line Length Violation: Line should be 120 characters or less; currently it has 150 characters (line_length)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L97
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
swift-lint: packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L73
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)