React Native 渐变阴影
React Native gradient shadow
我正在为图像添加阴影,效果很好,但我希望阴影像这张照片一样渐变(从暗到亮):
在documentation shadow Props中没有这样的属性,请问有什么办法可以实现吗?
我不确定 Expo 是怎么做到的,但我们已经使用 react-native-linear-gradient 来做类似的事情
https://github.com/react-native-community/react-native-linear-gradient
我正在为图像添加阴影,效果很好,但我希望阴影像这张照片一样渐变(从暗到亮):
在documentation shadow Props中没有这样的属性,请问有什么办法可以实现吗?
我不确定 Expo 是怎么做到的,但我们已经使用 react-native-linear-gradient 来做类似的事情
https://github.com/react-native-community/react-native-linear-gradient