美文网首页
让react-native 彻底支持ios和安卓的阴影写法

让react-native 彻底支持ios和安卓的阴影写法

作者: 俗人彭jin | 来源:发表于2019-07-09 16:45 被阅读0次
          test:{
      width: 300,
              height: 400,
              marginLeft: 20,
              marginTop: 20,
              backgroundColor: 'red',
              shadowColor: "rgba(195, 60, 17, 0.5)",
              shadowOffset: {
                width: 0,
                height: 8
              },
              shadowRadius: 20,
              shadowOpacity: 1,
              elevation: 10
    }
    

    相关文章

      网友评论

          本文标题:让react-native 彻底支持ios和安卓的阴影写法

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