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
In the above code, 'setValue' is 'OnValueChange: (Value) => setValue(Value)}', so onChange does not work in the props.
It should be modified to 'selectValue'.
The text was updated successfully, but these errors were encountered:
My Code
onChange android not workingIn the above code, 'setValue' is 'OnValueChange: (Value) => setValue(Value)}', so onChange does not work in the props.
It should be modified to 'selectValue'.
The text was updated successfully, but these errors were encountered: