We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc0c24 commit 6602066Copy full SHA for 6602066
packages/react-native-bottom-tabs/ios/TabViewProps.swift
@@ -66,7 +66,7 @@ class TabViewProps: ObservableObject {
66
@Published var translucent: Bool = true
67
@Published var disablePageAnimations: Bool = false
68
@Published var hapticFeedbackEnabled: Bool = false
69
- @Published var layoutDirection: String?
+ @Published var layoutDirection: String?
70
@Published var fontSize: Int?
71
@Published var fontFamily: String?
72
@Published var fontWeight: String?
0 commit comments