Posts by LUCAS ALVES • 23 points
1 post
-
1
votes1
answer82
viewsQ: Checkbox does not deselect in React Native
I’m using the hook useState, however it does not change the state when it is pressed again, it is always marked. const [isSelected, setSelection] = useState({}); const handleChange = (event) => {…