Skip to content

add harmony support

add harmony support #9

Triggered via pull request November 24, 2023 07:32
@ouyangzhiouyangzhi
opened #4
dev
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: ReactNativeFastImageExample/src/Icon.tsx#L2
Cannot find module 'react-native-vector-icons/Ionicons' or its corresponding type declarations.
build: ReactNativeFastImageExample/src/StatusBarUnderlay.tsx#L3
Cannot find module 'react-native-status-bar-height' or its corresponding type declarations.
build: ReactNativeFastImageExample/src/LocalImagesExample.tsx#L9
Module '"react-native-fast-image"' has no exported member 'FastImageProps'. Did you mean to use 'import FastImageProps from "react-native-fast-image"' instead?
build: ReactNativeFastImageExample/src/LocalImagesExample.tsx#L9
Module '"react-native-fast-image"' has no exported member 'Source'. Did you mean to use 'import Source from "react-native-fast-image"' instead?
build: ReactNativeFastImageExample/src/LocalImagesExample.tsx#L13
Cannot find module 'react-native-image-picker' or its corresponding type declarations.
build: ReactNativeFastImageExample/src/LocalImagesExample.tsx#L53
Parameter 'response' implicitly has an 'any' type.
build: ReactNativeFastImageExample/src/AutoSizeExample.tsx#L4
Module '"react-native-fast-image"' has no exported member 'FastImageProps'. Did you mean to use 'import FastImageProps from "react-native-fast-image"' instead?
build: ReactNativeFastImageExample/src/AutoSizeExample.tsx#L66
Type '{ style: { backgroundColor: string; margin: number; flex: number; }; width: number; source: { uri: string; }; }' is not assignable to type 'IntrinsicAttributes & AutoSizingImageProps'.
build: ReactNativeFastImageExample/src/index.tsx#L3
Cannot find module '@react-navigation/native' or its corresponding type declarations.
build: ReactNativeFastImageExample/src/index.tsx#L4
Cannot find module '@react-navigation/bottom-tabs' or its corresponding type declarations.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/