Invariant Violation:Native component for"BVLinearGradient"does not exists

报错

当我们在使用 "react-native-linear-gradient"这个库时可能会出现上面的错误报红,但是明明我们并没有使用到"BVLinearGradient"这个组件。。。
我们在使用这个渐变的组件库的时候,只调用了:

import LinearGradient from "react-native-linear-gradient";


找了很久的资料,后来发现,忘记link了。。
下到命令行:

react-native link react-native-linear-gradient

完事!


你可能感兴趣的:(Invariant Violation:Native component for"BVLinearGradient"does not exists)