Retirer la bordure de l'en-tête réagi natif

headerStyle: {
  	elevation: 0, // remove shadow on Android
  	shadowOpacity: 0, // remove shadow on iOS
    borderBottomWidth: 0 // Just in case.
}
gellowg