react-native-select-dropdown
react-native-select-dropdown copied to clipboard
Android Search Input not focusing.
I will have to get permission to get you some code but, I have a component that I made called Search State. The data is static, and when I open the drop down everything works great but the search input is not focused. Is there any common mistakes that may cause this? This only occurs on android devices.
This is how I have it setup in my Component.
The component is within a Flatlist Header Component.
The keyboard does not appear on Android when I open dropdown with search enabled. It works on iOS.
also having the same issue