One way to do this is to set the enabled prop for the picker item to false
enabled
false
<Picker.Item key="none" label="Placeholder Text" value="none" enabled={false}/>