diff --git a/src/types/views.ts b/src/types/views.ts index 82ee223d68..6691be0804 100644 --- a/src/types/views.ts +++ b/src/types/views.ts @@ -47,5 +47,5 @@ export type OverKeyboardViewProps = PropsWithChildren<{ export type KeyboardBackgroundViewProps = PropsWithChildren; export type KeyboardExtenderProps = PropsWithChildren<{ /** Controls whether this `KeyboardExtender` instance should take an effect. Default is `true`. */ - enabled: boolean; + enabled?: boolean; }>;