我正在使用react-native 0.59.9
(由于外部阻止因素而无法升级到0.60.x
)。
但是@types/react-native
仅提供最多0.57.65
(as listed in npm)的类型定义。从那时起,版本直接跳至0.60.x
。 index.d.ts
的第一行还告诉我@types/react-native 0.57.65
中的类型仅支持0.57
版本:
// Type definitions for react-native 0.57
到目前为止,@types/react-native 0.57.65
实际上一直在使用react-native 0.59
,没有出现问题。但是现在我遇到了一些问题,我开始怀疑这种组合是否应该起作用。
我正在思考的问题:
0.58
的{{1}}和0.59
版本?@types/react-native
和react-native 0.59
的类型一起使用时,我会遇到问题吗?0.57
之外,还有其他方法吗?