首页 > 解决方案 > 卡片中的阴影效果

问题描述

如何获得这种效果?

在此处输入图像描述

NativeBase 中的就绪卡不起作用

flex: 1,
flexDirection: 'row',
backgroundColor: '#eaf6f8',
borderRadius: 10,
shadowOffset: { width: 0, height: 0 },
shadowOpacity: .3,
shadowRadius: 3,
elevation: 1,
borderWidth: 3,

标签: react-native

解决方案


elevation : 5

或者如果你想要更多的阴影增加数量


推荐阅读