react native 16.13 版本,应用 react 官网 cli 创立的初始我的项目中,文件 App.js 有一行代码:
const App: () => React$Node = () => {
会在 vscode 中,报语法错误:
Type annotations can only be used in TypeScript files
只须要在设置中配置一下,具体门路为:
- Settings – User – Extentsions – TypeScript – JavaScript – Validate: Enable
勾销勾选即可。