Open
Description
Describe the bug
On Android, the control does not show a selected value if useNativeAndroidPickerStyle=true and no style is provided, the control is working otherwise (onValueChange is reporting successfully). Also note that using textInputProps is a work around.
To Reproduce
I've made a sample app here: https://github.com/jenniferburch/scratch-mobile/tree/picker-select
- npm install
- npm run start
- npm run android
- there will be five pickers on screen, the first one is not working
Expected behavior
As the items are selected in the picker their values should show up in the resulting control
Additional details
- Android only
- react-native version v63.2
- react-native-picker-select version v8.0
- @react-native-community/picker v1.8.0"
Reproduction and/or code sample
https://github.com/jenniferburch/scratch-mobile/tree/picker-select