Skip to content

feat: view+module native templates #529

feat: view+module native templates

feat: view+module native templates #529

Triggered via pull request June 11, 2024 15:50
Status Failure
Total duration 24s
Artifacts

check-project.yml

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

Annotations

5 errors
check-project: packages/create-react-native-library/src/index.ts#L709
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#L712
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#L717
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#L723
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.