RN 提供了阴影的 API,但是只是支持 IOS
实践
ios
shadowOffset: { width: 0, height: 0 },
shadowOpacity: 0.06,
shadowColor: '#000',
shadowRadius: 6,
ios 效果很好,Android没有效果,Android 我用的,大体也能用,控制不了太精细
elevation: 2
https://reactnative.cn/docs/shadow-props
https://reactnative.cn/docs/view-style-props#elevation
参考资料
2017后就没有更新:https://github.com/879479119/react-native-shadow
https://reactnative.cn/docs/shadow-props不好用
https://github.com/Kishanjvaghela/react-native-cardview参数很少,不好用