documentation, lint and typescript errors #31
ci.yml
on: pull_request
lint
17s
test
19s
build-library
14s
build-android
3m 24s
build-ios
7m 44s
Annotations
14 errors and 6 warnings
build-library
Process completed with exit code 1.
|
lint:
example/src/CounterScreen/index.android.tsx#L3
Variable 'sendMessage' implicitly has type 'any' in some locations where its type cannot be determined.
|
lint:
example/src/CounterScreen/index.android.tsx#L3
Variable 'watchEvents' implicitly has type 'any' in some locations where its type cannot be determined.
|
lint:
example/src/CounterScreen/index.android.tsx#L11
Variable 'watchEvents' implicitly has an 'any' type.
|
lint:
example/src/CounterScreen/index.android.tsx#L29
Variable 'sendMessage' implicitly has an 'any' type.
|
lint:
example/src/CounterScreen/index.ios.tsx#L3
Variable 'sendMessage' implicitly has type 'any' in some locations where its type cannot be determined.
|
lint:
example/src/CounterScreen/index.ios.tsx#L3
Variable 'watchEvents' implicitly has type 'any' in some locations where its type cannot be determined.
|
lint:
example/src/CounterScreen/index.ios.tsx#L8
Variable 'watchEvents' implicitly has an 'any' type.
|
lint:
example/src/CounterScreen/index.ios.tsx#L22
Variable 'sendMessage' implicitly has an 'any' type.
|
lint:
src/subscriptions.ts#L4
Cannot find name 'UnsubscribeFn'.
|
lint:
src/subscriptions.ts#L18
Argument of type 'Function' is not assignable to parameter of type '(event: any) => void'.
|
build-android
react-native-wear-connectivity-example#build:android: command (/home/runner/work/react-native-wear-connectivity/react-native-wear-connectivity/watch-example) /tmp/xfs-85a5884a/yarn run build:android exited (1)
|
build-android
Process completed with exit code 1.
|
build-ios
Process completed with exit code 1.
|
build-library
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
example/src/App.tsx#L8
Expected '===' and instead saw '=='
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-android
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-ios
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|