0

I start practice doing design in mobile application, I saw in google that I want to achieve in my mobile app, yes I did but the curve not perfectly same to that design. Here is the image from google.

Output that I want

This is my output that i already made in my application

my output

I have here my codes,

Css:

    oval: {
    height: 100,
    borderBottomLeftRadius: 50,
    borderBottomRightRadius: 50,
  },

Html:

 <LinearGradient colors={['#00e4d0', '#5983e8']} style={{borderBottomLeftRadius: 100,borderBottomRightRadius: 100}}>
            <View style={styles.oval} />
        </LinearGradient>
DevGe
  • 1,381
  • 4
  • 35
  • 66

0 Answers0