feat: view+module native templates #530
Annotations
5 errors
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; }'.
|
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'?
|
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; }'.
|
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; }'.
|
|
This job failed
Loading