<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?
React Native doesn't have
background-clipproperty https://reactnative.dev/docs/text-style-propsUse instead React Native MaskedView https://www.npmjs.com/package/@react-native-community/masked-view