I want add a LinearGradient
in vue native
but getting this error with the following code
<template>
<View >
<linear-gradient :colors="['#4c669f', '#3b5998', '#192f6a']">
<text class="loginWording">login</text>
</linear-gradient>
</View>
</template>