Initial implementation of the right pane #63339
Annotations
10 errors
typecheck:
src/hooks/useResponsiveLayout/index.native.ts#L67
Property 'isExtraLargeScreenWidth' is missing in type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: true; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isExtraSmallScreenWidth: boolean; isMediumScreenWidth: false; onboardingIsMediumOrLargerScreenWidth: boolean; isLargeScreenWidth: false; isSmallScreen: true; }' but required in type 'ResponsiveLayoutResult'.
|
typecheck:
src/libs/Navigation/AppNavigator/AuthScreens.tsx#L734
Type '(updateNarrow?: boolean) => void' is not assignable to type '(((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | KeyboardEvent | undefined) => void | Promise<...>)) | (((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | ... 1 more ... | undefined) => void | Promise<...>)) | undefined'.
|
typecheck:
src/libs/Navigation/AppNavigator/AuthScreens.tsx#L742
Type '(updateNarrow?: boolean) => void' is not assignable to type '(((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | KeyboardEvent | undefined) => void | Promise<...>)) | (((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | ... 1 more ... | undefined) => void | Promise<...>)) | undefined'.
|
typecheck:
src/libs/Navigation/AppNavigator/Navigators/FullScreenNavigator.tsx#L43
Expected 2 arguments, but got 1.
|
typecheck:
tests/ui/ResizeScreenTests.tsx#L25
Property 'isExtraLargeScreenWidth' is missing in type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: true; isInNarrowPaneModal: false; isExtraSmallScreenHeight: false; isMediumScreenWidth: false; isLargeScreenWidth: false; isExtraSmallScreenWidth: false; isSmallScreen: false; onboardingIsMediumOrLargerScreenWidth: false; }' but required in type 'ResponsiveLayoutResult'.
|
typecheck:
tests/ui/components/ProductTrainingContextProvider.tsx#L62
Argument of type '{ shouldUseNarrowLayout: false; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
|
typecheck:
tests/ui/components/ProductTrainingContextProvider.tsx#L186
Argument of type '{ shouldUseNarrowLayout: false; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
|
typecheck:
tests/ui/components/ProductTrainingContextProvider.tsx#L197
Argument of type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
|
typecheck:
tests/ui/components/ProductTrainingContextProvider.tsx#L206
Argument of type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
|
typecheck:
tests/ui/components/ProductTrainingContextProvider.tsx#L217
Argument of type '{ shouldUseNarrowLayout: false; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
|