79105918

Date: 2024-10-19 20:58:34
Score: 0.5
Natty:
Report link

In v5.x, Instead of color, you have to use buttonColor and textColor.

<Button
  mode = 'text'
  buttonColor={'#000'}
  textColor={'#fff'}
  className="mt-7"
  onPress={(id) => UpdateTripEvent(id)}>
  {'Confirm'}
</Button>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nadimuthu Sarangapani