如何在react-native中添加box-shadow?

时间:2019-02-03 19:53:15

标签: android css reactjs react-native stylesheet

我正在尝试将boxshdow添加到我的组件中,这些组件的样式应为styleguide中的box-shadow: 0 0 15px 0 rgba(58,55,55,0.1);enter image description here 当我将其添加到代码中时

shadow: {
    shadowColor: 'rgba(58,55,55,0.1)',
    shadowOffset: { width: 0, height: 0 },
    shadowOpacity: 0,
    shadowRadius: 15
 }

似乎没有地方关闭设计。尝试添加elevation,但不确定是否能将box-shadow: 0 0 15px 0 rgba(58,55,55,0.1);转换为elevation数字。 有什么建议吗?

enter image description here

0 个答案:

没有答案