chore: update to expo 52 from expo 51 #47
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.
|