File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
generatedTypes/lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export declare type KeyboardTrackingViewProps = ViewProps & {
16
16
*/
17
17
useSafeArea ?: boolean ;
18
18
/**
19
- * Whether or not to include bottom tab bat inset
19
+ * Whether or not to include bottom tab bar inset
20
20
*/
21
21
usesBottomTabs ?: boolean ;
22
22
scrollToFocusedInput ?: boolean ;
@@ -46,7 +46,7 @@ declare const KeyboardTrackingView: React.ForwardRefExoticComponent<Pick<ViewPro
46
46
*/
47
47
useSafeArea ?: boolean | undefined ;
48
48
/**
49
- * Whether or not to include bottom tab bat inset
49
+ * Whether or not to include bottom tab bar inset
50
50
*/
51
51
usesBottomTabs ?: boolean | undefined ;
52
52
scrollToFocusedInput ?: boolean | undefined ;
You can’t perform that action at this time.
0 commit comments