<View>
<Image>
<!-- remaining content goes here -->
</Image>
<Button>
</Button>
</View>
You can use above curved blue area by using a image background.
Another way to achieve that is by using
borderBottomLeftRadius: number
borderBottomRightRadius: number
in this method you dont have to provide any background image.You only have to make a rectangluar area and then apply border radius to bottom part and then change background color to violet/blue.
solved I want to achieve similar background in react native but do not know how to do it? [closed]