You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tapping on the react-native-picker-select dropdown, it throws the following error instead of opening: Warning: Error: Exception in HostFunction: TypeError: expected dynamic typestring', but had type null'
To Reproduce
Expected behavior
The picker should open normally and allow the user to select an option without throwing an error.
Describe the bug
When tapping on the react-native-picker-select dropdown, it throws the following error instead of opening:
Warning: Error: Exception in HostFunction: TypeError: expected dynamic type
string', but had typenull'
To Reproduce
Expected behavior
The picker should open normally and allow the user to select an option without throwing an error.
Screenshots
Additional details
Reproduction and/or code sample
The text was updated successfully, but these errors were encountered: