<View style={{width: '80%'}}>
<ImageBackground
source={{uri: smartPaperData.backgroundImage}}
resizeMode="contain"
resizeMethod="scale"
style={{
height: '100%',
width: '100%',
backgroundColor: 'yellow',
}}>
<Text>Hello</Text>
</ImageBackground>
</View>
运行此代码时出现错误。