反应原生变换背景

时间:2018-01-28 01:36:20

标签: react-native

我想问一下如何使用react native中的转换样式复制此图像。到目前为止,我的代码并没有与图像完全相同:

这是想复制:

enter image description here

这是我得到的:

backgroundColor: STATUS_BAR_COLOR,
    flex: 1,
    width: '100%',
    justifyContent: 'center',
    alignContent: 'center',
    alignItems: 'center',
    transform: [
      { skewY: '-30deg' },
    ],
    height: 150

enter image description here

1 个答案:

答案 0 :(得分:0)

我知道这不是一个完美的答案,但这个链接会对你有所帮助。结合链接中给出的形状代码,您可以制作所需的大多数几何形状。祝好运。 http://browniefed.com/blog/the-shapes-of-react-native/