反应原生使阴影更加强烈

时间:2017-07-29 22:45:02

标签: reactjs react-native

让这反应原生风格:

flex: 1,
backgroundColor: 'transparent',
borderBottomColor: 'white', //'#FBFAFA',
borderBottomWidth: 10,
overflow: 'hidden',
shadowColor: '#099FD7',
shadowOffset: {
  width: 0,
  height: -10 
},
shadowRadius: 10,
shadowOpacity: 100,

如何让阴影更加强烈?它在应用程序中几乎看不到。

谢谢!

1 个答案:

答案 0 :(得分:0)

我找到了解决这个问题的方法。

https://github.com/react-native-community/react-native-linear-gradient 这是一个例子: https://github.com/react-native-community/react-native-linear-gradient/issues/107

但是这可能与Android存在问题。