Skip to content

feat: make about page dynamic #48

feat: make about page dynamic

feat: make about page dynamic #48

Triggered via pull request February 12, 2025 09:58
Status Failure
Total duration 43s
Artifacts

check-code.yml

on: pull_request
lint-typecheck
32s
lint-typecheck
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint-typecheck: app/(tabs)/_layout.tsx#L48
Object literal may only specify known properties, and 'unmountOnBlur' does not exist in type 'TabsProps | ((prop: { route: RouteProp<ParamListBase, string>; navigation: any; }) => TabsProps)'.
lint-typecheck: components/navigation/TabBar.tsx#L1
Cannot find module '@react-navigation/bottom-tabs' or its corresponding type declarations.
lint-typecheck: components/navigation/TabBar.tsx#L26
Property 'name' does not exist on type '{ key: string; title?: string | undefined; focusedIcon?: IconSource | undefined; unfocusedIcon?: IconSource | undefined; badge?: string | number | boolean | undefined; color?: string | undefined; accessibilityLabel?: string | undefined; testID?: string | undefined; lazy?: boolean | undefined; }'.
lint-typecheck: components/navigation/TabBar.tsx#L26
Property 'params' does not exist on type '{ key: string; title?: string | undefined; focusedIcon?: IconSource | undefined; unfocusedIcon?: IconSource | undefined; badge?: string | number | boolean | undefined; color?: string | undefined; accessibilityLabel?: string | undefined; testID?: string | undefined; lazy?: boolean | undefined; }'.
lint-typecheck: elements/map/EventMap.tsx#L12
Type '{ width: "fit-content"; }' is not assignable to type 'StyleProp<ViewStyle>'.
lint-typecheck: hooks/useLocalNotification.ts#L70
Type '{ seconds: number; }' is not assignable to type 'NotificationTriggerInput'.
lint-typecheck
Process completed with exit code 2.