Skip to content

Commit 6c263ea

Browse files
committed
types fix
1 parent b528f5b commit 6c263ea

File tree

1 file changed

+2
-2
lines changed
  • generatedTypes/lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView

1 file changed

+2
-2
lines changed

generatedTypes/lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export declare type KeyboardTrackingViewProps = ViewProps & {
1616
*/
1717
useSafeArea?: boolean;
1818
/**
19-
* Whether or not to include bottom tab bat inset
19+
* Whether or not to include bottom tab bar inset
2020
*/
2121
usesBottomTabs?: boolean;
2222
scrollToFocusedInput?: boolean;
@@ -46,7 +46,7 @@ declare const KeyboardTrackingView: React.ForwardRefExoticComponent<Pick<ViewPro
4646
*/
4747
useSafeArea?: boolean | undefined;
4848
/**
49-
* Whether or not to include bottom tab bat inset
49+
* Whether or not to include bottom tab bar inset
5050
*/
5151
usesBottomTabs?: boolean | undefined;
5252
scrollToFocusedInput?: boolean | undefined;

0 commit comments

Comments
 (0)