I am trying an example with React Native and Typescript and for the following code:
<Image
style={{
width: 51,
height: 51,
resizeMode: 'contain',
}}
source={{ uri: portretPhoto }}
style={styles.uploadedImage}
resizeMode="contain"
/>
我得到错误: JSX元素类型'HTMLImageElement'不是JSX元素的构造函数。 类型“ HTMLImageElement”缺少类型“ ElementClass”中的以下属性:渲染,上下文,setState,forceUpdate和另外3个。
我该如何解决?
答案 0 :(得分:3)
全局定义了一个Image
。您需要从react-native