<Text style={styles.text}>text</Text>
const styles = StyleSheet.create({
text: {
backgroundImage: "path-to-image",
WebkitBackgroundClip: "text",
backgroundClip: "text",
color: "transparent"
}
});
它说“提供给文本的无效 props.style 键”
我究竟做错了什么?它应该是什么?