我想在React Native中获得相似的背景,但不知道该怎么做?

时间:2019-01-04 11:52:06

标签: react-native

1 个答案:

答案 0 :(得分:0)

[...Array(3), 'item-3']
// [undefined, undefined, undefined, "item-3"]

您可以通过使用图像背景在弯曲的蓝色区域上方使用。

另一种实现方法是使用

borderBottomLeftRadius:数字

borderBottomRightRadius:数字

在这种方法中,您不必提供任何背景图像。您只需要制作一个矩形区域,然后将边框半径应用于底部,然后将背景颜色更改为紫色/蓝色即可。