Already tried https://github.com/necolas/react-native-web/issues/832
拿到:
为了:
我认为问题可能是我得到了react-native
别名的b/c 的 linter 错误react-native-web
(出于某种原因,TypeScript 无法弄清楚......)。能够通过npm i -D react-native @types/react-native
.
但是,仍然出现相同的错误。
接下来,我尝试将我的 SFC(无状态功能组件)转换为类组件。还有:
所以我想知道为什么即使我已经配置了 TypeScript也会收到此错误消息。