Background Clip not working in react native

1.2k views Asked by At
        <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?

1

There are 1 answers

0
Vasyl Nahuliak On

React Native doesn't have background-clip property https://reactnative.dev/docs/text-style-props

Use instead React Native MaskedView https://www.npmjs.com/package/@react-native-community/masked-view