nicolak

Results 5 comments of nicolak

``` const FirstRoute = () => { const [myValue, setMyValue] = useState(''); return ( setMyValue(t)} /> ) }; ``` That way, the keyboard does not close. However, when switching to...