Add back empty placeholder (#5489)

This commit is contained in:
Eric Bailey
2024-09-25 17:41:03 -05:00
committed by GitHub
parent 58036ffb52
commit 2e5f95c8dd
+1
View File
@@ -370,6 +370,7 @@ function SearchLanguageDropdown({
return ( return (
<RNPickerSelect <RNPickerSelect
placeholder={{}}
value={value} value={value}
onValueChange={onChange} onValueChange={onChange}
items={items} items={items}