feat(iOS): implement bottom accessory view #902
ci.yml
on: pull_request
lint
1m 41s
swift-lint
29s
build-library
1m 29s
build-android
8m 37s
build-ios
5m 15s
Annotations
13 warnings
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabView/NewTabView.swift#L61
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabView/NewTabView.swift#L2
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabView/NewTabView.swift#L120
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
|
swift-lint:
packages/react-native-bottom-tabs/ios/TabView/NewTabView.swift#L118
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
|
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)
|
|
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#L261
'loaded' is already declared in the upper scope on line 257 column 10
|