<Text style={styles.text}>text</Text>
const styles = StyleSheet.create({
text: {
backgroundImage: "path-to-image",
WebkitBackgroundClip: "text",
backgroundClip: "text",
color: "transparent"
}
});
it say 'Invalid props.style key supplied to Text`
What am i doing wrong? What it should be?