I am unable to set the drop down value onChangeText{value => setValue(value)} when I console log the value it's working and returning perfect value. It's just not setting it to the hook. Here is the definition of hook
const [value, setValue] = useState()
it's like setValue function is never called for some reason. Please check this issue ASAP.
I am unable to set the drop down value onChangeText{value => setValue(value)} when I console log the value it's working and returning perfect value. It's just not setting it to the hook. Here is the definition of hook
const [value, setValue] = useState()
it's like setValue function is never called for some reason. Please check this issue ASAP.