Skip to content

Optimize rendering and keyboard smoothness #66

Optimize rendering and keyboard smoothness

Optimize rendering and keyboard smoothness #66

Triggered via pull request July 12, 2024 13:35
Status Failure
Total duration 36s
Artifacts

main.yml

on: pull_request
Matrix: checks
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
checks (16)
Process completed with exit code 1.
checks (18)
The job was canceled because "_16" failed.
checks (18): src/Bubble.tsx#L268
Object is of type 'unknown'.
checks (18): src/GiftedChat.tsx#L50
Cannot find module 'react-native-safe-area-context' or its corresponding type declarations.
checks (18): src/GiftedChat.tsx#L286
Property 'current' does not exist on type 'never'.
checks (18): src/GiftedChat.tsx#L317
Type 'Timeout' is not assignable to type 'undefined'.
checks (18): src/GiftedChat.tsx#L451
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
checks (18): src/Message.tsx#L4
Cannot find module 'lodash.isequal' or its corresponding type declarations.
checks (18): src/MessageContainer.tsx#L10
'"react-native"' has no exported member named 'ListViewProps'. Did you mean 'ViewProps'?
checks (18): src/MessageImage.tsx#L55
Type '{ children: Element; activeProps: Record<string, any>; renderContent?: Func<any, Element> | undefined; renderHeader?: Func<any, Element> | undefined; ... 26 more ...; longPressCallback?: Function | undefined; }' is not assignable to type 'IntrinsicAttributes & LightboxProps<any>'.
checks (18)
The operation was canceled.
checks (16)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/