Skip to content

feat: view+module native templates #531

feat: view+module native templates

feat: view+module native templates #531

Triggered via pull request June 11, 2024 16:04
Status Failure
Total duration 26s
Artifacts

check-project.yml

on: pull_request
check-project
14s
check-project
Fit to window
Zoom out
Zoom in

Annotations

5 errors
check-project: packages/create-react-native-library/src/index.ts#L714
Element implicitly has an 'any' type because expression of type '"view_new" | "view_legacy" | "view_module_new" | "view_module_legacy" | "module_new" | "module_legacy"' can't be used to index type '{ readonly view_module_legacy: string; readonly view_module_mixed: string; readonly view_module_new: string; }'.
check-project: packages/create-react-native-library/src/index.ts#L717
Property 'view_module_legacy' does not exist on type '{ readonly module_legacy: string; readonly view_legacy: string; }'. Did you mean 'module_legacy'?
check-project: packages/create-react-native-library/src/index.ts#L722
Element implicitly has an 'any' type because expression of type '"view_new" | "view_legacy"' can't be used to index type '{ readonly module_common: string; readonly view_module_legacy: string; readonly view_module_mixed: string; readonly view_module_new: string; }'.
check-project: packages/create-react-native-library/src/index.ts#L728
Element implicitly has an 'any' type because expression of type '"view_new" | "view_legacy" | "view_module_new" | "view_module_legacy" | "module_new" | "module_legacy"' can't be used to index type '{ readonly view_module_legacy: string; readonly view_module_mixed: string; readonly view_module_new: string; }'.
check-project
Process completed with exit code 2.