react native 渐变 BVLinearGradient报错不存在

 

想实现RN的渐变效果,

yarn add react-native-linear-gradient

react-native link react-native-linear-gradient

但是报错,这时候就需要重新打包,再次运行就可以了。

react native 渐变 BVLinearGradient报错不存在_第1张图片react native 渐变 BVLinearGradient报错不存在_第2张图片

 

参考:https://stackoverflow.com/questions/43106124/warning-native-component-for-bvlineargradient-does-not-exist

https://blog.csdn.net/zdluoa/article/details/79776447

你可能感兴趣的:(react,native)