No overload matches this call.
Overload 1 of 2, '(props: KeyboardAccessoryNavigationProps, context?: any): ReactElement<any, any> | Component<KeyboardAccessoryNavigationProps, any, any> | null', gave the following error.
Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'.
Overload 2 of 2, '(props: PropsWithChildren, context?: any): ReactElement<any, any> | Component<...> | null', gave the following error.
Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'.ts(2769)
index.d.ts(23, 3): 'children' is declared here.
index.d.ts(23, 3): 'children' is declared here.
KeyboardAccessoryNavigation does not need children. but it emit error message.
No overload matches this call. Overload 1 of 2, '(props: KeyboardAccessoryNavigationProps, context?: any): ReactElement<any, any> | Component<KeyboardAccessoryNavigationProps, any, any> | null', gave the following error. Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'. Overload 2 of 2, '(props: PropsWithChildren, context?: any): ReactElement<any, any> | Component<...> | null', gave the following error.
Property 'children' is missing in type '{ androidAdjustResize: true; nextDisabled: boolean; previousDisabled: boolean; nextHidden: boolean; previousHidden: boolean; onNext: () => void; onPrevious: () => void; }' but required in type 'KeyboardAccessoryNavigationProps'.ts(2769)
index.d.ts(23, 3): 'children' is declared here.
index.d.ts(23, 3): 'children' is declared here.