小编Sur*_*ang的帖子

如何在 React Native iOS 中显示阴影?

我的影子在 iOS 上不起作用。
我究竟做错了什么?

const styles = StyleSheet.create({
  container: {
    backgroundColor:'#F8F8F8',
    alignItems:'center',
    justifyContent:'center',
    height:60,
    paddingTop: 20,
    borderBottomWidth:0,
    shadowColor: '#000000',
    shadowOffset: {
      width: 0,
      height: 5
    },
    shadowRadius: 10,
    shadowOpacity: 0.5,
    elevation:3,
    position:'relative',
  },
});
Run Code Online (Sandbox Code Playgroud)

react-native

-1
推荐指数
1
解决办法
7807
查看次数

标签 统计

react-native ×1