美文网首页
react-native 实现渐变色背景

react-native 实现渐变色背景

作者: Volon | 来源:发表于2019-06-23 08:40 被阅读0次

使用react-native-linear-gradient插件

1.安装

npm react-native-linear-gradient

2.链接

react-native link react-native-linear-gradient

3.代码使用

 <LinearGradient colors={["#57AFFF","#2A63BF","#042289"]} style={{flex:1}}>

 </LinearGradient>

4.效果图


5.如果出现以下错误


解决办法:
1.彻底退出项目重新react-native run-ios就可以了。
2.如果1没解决,就尝试2


相关文章

网友评论

      本文标题:react-native 实现渐变色背景

      本文链接:https://www.haomeiwen.com/subject/vdnjqctx.html