nicolak
nicolak
Waiting...
Same problem
``` const FirstRoute = () => { const [myValue, setMyValue] = useState(''); return ( setMyValue(t)} /> ) }; ``` That way, the keyboard does not close. However, when switching to...
Wow. It worked out. Thanks!
Hi. Is there any news on this?