Skip to content

Commit 6602066

Browse files
Update packages/react-native-bottom-tabs/ios/TabViewProps.swift
Co-authored-by: Copilot <[email protected]>
1 parent 8dc0c24 commit 6602066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-bottom-tabs/ios/TabViewProps.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class TabViewProps: ObservableObject {
6666
@Published var translucent: Bool = true
6767
@Published var disablePageAnimations: Bool = false
6868
@Published var hapticFeedbackEnabled: Bool = false
69-
@Published var layoutDirection: String?
69+
@Published var layoutDirection: String?
7070
@Published var fontSize: Int?
7171
@Published var fontFamily: String?
7272
@Published var fontWeight: String?

0 commit comments

Comments
 (0)