feat: Add layoutDirection prop to TabView for RTL support
#494
Annotations
10 warnings
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabView/NewTabView.swift#L15
Multiline Literal Brackets Violation: Multiline literals should have their surrounding brackets in a new line (multiline_literal_brackets)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabView/NewTabView.swift#L14
Multiline Literal Brackets Violation: Multiline literals should have their surrounding brackets in a new line (multiline_literal_brackets)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L104
Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L74
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L73
Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L30
Line Length Violation: Line should be 120 characters or less; currently it has 150 characters (line_length)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L107
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabItemEventModifier.swift#L83
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabView/LegacyTabView.swift#L13
Multiline Literal Brackets Violation: Multiline literals should have their surrounding brackets in a new line (multiline_literal_brackets)
|
|
SwiftLint:
packages/react-native-bottom-tabs/ios/TabView/LegacyTabView.swift#L12
Multiline Literal Brackets Violation: Multiline literals should have their surrounding brackets in a new line (multiline_literal_brackets)
|
Loading