79532459

Date: 2025-03-25 00:54:34
Score: 1.5
Natty:
Report link

One way to do this is to set the enabled prop for the picker item to false

 <Picker.Item key="none" label="Placeholder Text" value="none"  enabled={false}/> 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arthur Menezes