react-native-material-dropdown
react-native-material-dropdown copied to clipboard
Dropdown not opening on the first click
I am fetching the data from api call using axios and setting the data to dropdown by setting it to state. After that some times the drop down is not showing list on the first click. I thought may be parsing the response from api call and setting it to state is taking time.So i am showing a loading indicator and dismissing it after setting the data to state. But still some times drop down not getting opened on the first click.
Thank you.