1

How to make it more smooth. I can see that the line border is visible pixeled.

enter image description here

const styles = StyleSheet.create({
  headerShape: {
    height: 30,
    width: Dimensions.get('window').width,
    backgroundColor: '#114FD4',
    transform: [{skewY: '-2deg'}],
    backfaceVisibility: 'hidden',
    zIndex: -1,
    position: 'absolute',
    top: 45,
  },
})
TylerH
  • 20,799
  • 66
  • 75
  • 101
AKK
  • 136
  • 2
  • 5

0 Answers0