Skip to content

feat(local-notifications): Add buttons for exact notifications settings #2278

feat(local-notifications): Add buttons for exact notifications settings

feat(local-notifications): Add buttons for exact notifications settings #2278

Triggered via push November 21, 2023 18:21
Status Failure
Total duration 46s
Artifacts

ci.yml

on: push
Build and Test
35s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build and Test: src/components/LocalNotificationTest.tsx#L1
Property 'checkExactNotificationSetting' does not exist on type 'LocalNotificationsPlugin'.
Build and Test: src/components/LocalNotificationTest.tsx#L1
Property 'changeExactNotificationSetting' does not exist on type 'LocalNotificationsPlugin'.
Build and Test: src/pages/LocalNotifications.tsx#L1
Argument of type '() => Promise<void>' is not assignable to parameter of type 'LifeCycleCallback'.
Build and Test: src/pages/PushNotifications.tsx#L1
Argument of type '() => Promise<void>' is not assignable to parameter of type 'LifeCycleCallback'.
Build and Test: src/pages/TextZoom.tsx#L1
Argument of type '() => Promise<void>' is not assignable to parameter of type 'LifeCycleCallback'.
Build and Test
Process completed with exit code 2.
Build and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/